Sha256: 6e6a89d2ca84dc824741e0671c4c492e79afaefb1f68a4fff7b05003c911bab8

Contents?: true

Size: 820 Bytes

Versions: 11

Compression:

Stored size: 820 Bytes

Contents

# SunshineConversationsClient::User

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The unique ID of the user. | [optional] 
**external_id** | **String** | An optional ID that can also be used to retrieve the user.  | [optional] 
**signed_up_at** | **String** |  | [optional] 
**profile** | [**Profile**](Profile.md) |  | [optional] 
**metadata** | **Object** |  | [optional] 

## Code Sample

```ruby
require 'SunshineConversationsClient'

instance = SunshineConversationsClient::User.new(id: 7494535bff5cef41a15be74d,
                                 external_id: your-own-id,
                                 signed_up_at: null,
                                 profile: null,
                                 metadata: null)
```


Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.13.0 docs/User.md
sunshine-conversations-client-9.12.0 docs/User.md
sunshine-conversations-client-9.11.0 docs/User.md
sunshine-conversations-client-9.10.0 docs/User.md
sunshine-conversations-client-9.9.0 docs/User.md
sunshine-conversations-client-9.8.0 docs/User.md
sunshine-conversations-client-9.7.0 docs/User.md
sunshine-conversations-client-9.6.0 docs/User.md
sunshine-conversations-client-9.5.7 docs/User.md
sunshine-conversations-client-9.5.6 docs/User.md
sunshine-conversations-client-9.4.6 docs/User.md