Sha256: 95700c53db86611afe13bdb5fa9c0fd0ac228d4930900c149f66f1647118f3bb

Contents?: true

Size: 1.52 KB

Versions: 49

Compression:

Stored size: 1.52 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] 
**alt_text** | **String** | An optional description of the media for accessibility purposes. The field will be saved by default with the file name as the value. | [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,
                                 alt_text: null,
                                 size: null,
                                 actions: null,
                                 metadata: {"lang":"en-ca"})
```


Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
sunshine-conversations-client-9.5.6 docs/Item.md
sunshine-conversations-client-9.4.6 docs/Item.md
sunshine-conversations-client-9.4.5 docs/Item.md
sunshine-conversations-client-9.4.4 docs/Item.md
sunshine-conversations-client-9.4.3 docs/Item.md
sunshine-conversations-client-9.4.2 docs/Item.md
sunshine-conversations-client-9.4.1 docs/Item.md
sunshine-conversations-client-9.4.0 docs/Item.md
sunshine-conversations-client-9.3.0 docs/Item.md