Sha256: d3a788c1c4ccbc8638bb9068dab9cc9b5c659af1b56e0bf4e73112d9651ff1a6
Contents?: true
Size: 869 Bytes
Versions: 6
Compression:
Stored size: 869 Bytes
Contents
# SunshineConversationsClient::UserUpdateBody ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **signed_up_at** | **String** | | [optional] **to_be_retained** | **Boolean** | | [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, to_be_retained: null, profile: null, metadata: {"lang":"en-ca"}) ```
Version data entries
6 entries across 6 versions & 1 rubygems