| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | [optional] | |
| description | String | [optional] | |
| color | String | [optional] | |
| is_default | Boolean | [optional] |
require 'late-sdk'
instance = Late::UpdateProfileRequest.new(
name: null,
description: null,
color: null,
is_default: null
)