| Name | Type | Description | Notes |
|---|---|---|---|
| message | String | [optional] | |
| profile | Profile | [optional] |
require 'late-sdk'
instance = Late::ProfileCreateResponse.new(
message: null,
profile: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| message | String | [optional] | |
| profile | Profile | [optional] |
require 'late-sdk'
instance = Late::ProfileCreateResponse.new(
message: null,
profile: null
)