Sha256: b5ab726072cb54c7968d6a726a72b3dc5ec2149cb6b55b01593e97aed6ea9f2b
Contents?: true
Size: 803 Bytes
Versions: 50
Compression:
Stored size: 803 Bytes
Contents
# SunshineConversationsClient::AppUpdateBody ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **display_name** | **String** | The friendly name of the app. | [optional] **settings** | [**AppSettings**](AppSettings.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::AppUpdateBody.new(display_name: My App, settings: null, metadata: {"lang":"en-ca"}) ```
Version data entries
50 entries across 50 versions & 1 rubygems