Sha256: 58bbdf96722af04579abbf0af89ac49430e69ca401a277c148db6ecb29f99df4
Contents?: true
Size: 764 Bytes
Versions: 44
Compression:
Stored size: 764 Bytes
Contents
# SunshineConversationsClient::UserUpdateBody ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **signed_up_at** | **String** | | [optional] **profile** | [**Profile**](Profile.md) | | [optional] **metadata** | [**Object**](.md) | Flat object containing custom properties. Strings, numbers and booleans are the only supported format that can be passed to metadata. The metadata is limited to 4KB in size. | [optional] ## Code Sample ```ruby require 'SunshineConversationsClient' instance = SunshineConversationsClient::UserUpdateBody.new(signed_up_at: null, profile: null, metadata: {"lang":"en-ca"}) ```
Version data entries
44 entries across 44 versions & 1 rubygems