| Name | Type | Description | Notes |
|---|---|---|---|
| signed_up_at | String | [optional] | |
| profile | Profile | [optional] | |
| metadata | Object | [optional] | |
| identities | Array<Identity> | The user's connected identities. | [optional] [readonly] |
require 'SunshineConversationsClient'
instance = SunshineConversationsClient::UserAllOf.new(signed_up_at: null,
profile: null,
metadata: null,
identities: null)