Sha256: 95700c53db86611afe13bdb5fa9c0fd0ac228d4930900c149f66f1647118f3bb

Contents?: true

Size: 1.52 KB

Versions: 48

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

48 entries across 48 versions & 1 rubygems

Version Path
sunshine-conversations-client-14.3.4 docs/Item.md
sunshine-conversations-client-14.3.3 docs/Item.md
sunshine-conversations-client-14.3.2 docs/Item.md
sunshine-conversations-client-14.3.1 docs/Item.md
sunshine-conversations-client-14.3.0 docs/Item.md
sunshine-conversations-client-14.2.0 docs/Item.md
sunshine-conversations-client-14.1.0 docs/Item.md
sunshine-conversations-client-14.0.0 docs/Item.md
sunshine-conversations-client-13.2.0 docs/Item.md
sunshine-conversations-client-13.1.0 docs/Item.md
sunshine-conversations-client-13.0.0 docs/Item.md
sunshine-conversations-client-12.8.0 docs/Item.md
sunshine-conversations-client-12.7.0 docs/Item.md
sunshine-conversations-client-12.6.2 docs/Item.md
sunshine-conversations-client-12.6.1 docs/Item.md
sunshine-conversations-client-12.6.0 docs/Item.md
sunshine-conversations-client-12.5.1 docs/Item.md
sunshine-conversations-client-12.4.0 docs/Item.md
sunshine-conversations-client-12.3.1 docs/Item.md
sunshine-conversations-client-12.3.0 docs/Item.md