Sha256: 690f891e0e8b7ec321cfd36b09af7701d81c59dbe94a2999cdb49cf4b8809de1

Contents?: true

Size: 818 Bytes

Versions: 6

Compression:

Stored size: 818 Bytes

Contents

# SunshineConversationsClient::UserAllOf

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**signed_up_at** | **String** |  | [optional] 
**to_be_retained** | **Boolean** |  | [optional] 
**profile** | [**Profile**](Profile.md) |  | [optional] 
**metadata** | **Object** |  | [optional] 
**identities** | [**Array<Identity>**](Identity.md) | The user's connected identities. | [optional] [readonly] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::UserAllOf.new(signed_up_at: null,
                                 to_be_retained: null,
                                 profile: null,
                                 metadata: null,
                                 identities: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.3.4 docs/UserAllOf.md
sunshine-conversations-client-14.3.3 docs/UserAllOf.md
sunshine-conversations-client-14.3.2 docs/UserAllOf.md
sunshine-conversations-client-14.3.1 docs/UserAllOf.md
sunshine-conversations-client-14.3.0 docs/UserAllOf.md
sunshine-conversations-client-14.2.0 docs/UserAllOf.md