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-12.3.0 docs/Item.md
sunshine-conversations-client-12.2.2 docs/Item.md
sunshine-conversations-client-12.2.0 docs/Item.md
sunshine-conversations-client-12.1.0 docs/Item.md
sunshine-conversations-client-12.0.0 docs/Item.md
sunshine-conversations-client-11.0.0 docs/Item.md
sunshine-conversations-client-10.0.1 docs/Item.md
sunshine-conversations-client-10.0.0 docs/Item.md
sunshine-conversations-client-9.15.0 docs/Item.md
sunshine-conversations-client-9.14.1 docs/Item.md
sunshine-conversations-client-9.14.0 docs/Item.md
sunshine-conversations-client-9.13.0 docs/Item.md
sunshine-conversations-client-9.12.0 docs/Item.md
sunshine-conversations-client-9.11.0 docs/Item.md
sunshine-conversations-client-9.10.0 docs/Item.md
sunshine-conversations-client-9.9.0 docs/Item.md
sunshine-conversations-client-9.8.0 docs/Item.md
sunshine-conversations-client-9.7.0 docs/Item.md
sunshine-conversations-client-9.6.0 docs/Item.md
sunshine-conversations-client-9.5.7 docs/Item.md