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