Sha256: 71b03801fad34ad857872e2ebd62606ed7adbbca2383e93be31df1700c583ccb
Contents?: true
Size: 1.3 KB
Versions: 2
Compression:
Stored size: 1.3 KB
Contents
# SunshineConversationsClient::Item ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **title** | **String** | The title of the item. | **description** | **String** | The description of the item. | [optional] **media_url** | **String** | The image url attached to the item. | [optional] **media_type** | **String** | The MIME type for any image attached in the mediaUrl. | [optional] **size** | **String** | The size of the image. | [optional] **actions** | [**Array<ActionSubset>**](ActionSubset.md) | An array of objects representing the actions associated with the item. | **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::Item.new(title: null, description: null, media_url: null, media_type: null, size: null, actions: null, metadata: {"lang":"en-ca"}) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sunshine-conversations-client-9.2.0 | docs/Item.md |
sunshine-conversations-client-9.1.1 | docs/Item.md |