Sha256: 756f30929991ecf8441162fe6f50ce7c30f9ad8ab1bcd93e3767e04f42e40d16

Contents?: true

Size: 1.89 KB

Versions: 196

Compression:

Stored size: 1.89 KB

Contents

# UltracartClient::ItemContentMultimedia

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **cloud_url** | **String** | URL where the image can be downloaded from the cloud | [optional] |
| **cloud_url_expiration** | **String** | Expiration date of the cloud URL | [optional] |
| **code** | **String** | Code assigned to the file | [optional] |
| **description** | **String** | Description | [optional] |
| **exclude_from_gallery** | **Boolean** | True to exclude from multimedia gallery | [optional] |
| **file_name** | **String** | File name | [optional] |
| **height** | **Integer** | Height of the image | [optional] |
| **merchant_item_multimedia_oid** | **Integer** | Item multimedia object identifier | [optional] |
| **orphan** | **Boolean** | True if the multimedia is an orphan of the active StoreFront themes | [optional] |
| **placeholder** | **Boolean** | True if the object is a place holder that can be populated | [optional] |
| **temp_multimedia_oid** | **Integer** | Temporary multimedia object identifier assigned if uploading new multimedia | [optional] |
| **thumbnails** | [**Array<ItemContentMultimediaThumbnail>**](ItemContentMultimediaThumbnail.md) | Thumbnails of this image | [optional] |
| **type** | **String** | Type of file | [optional] |
| **url** | **String** | URL to download file (on new multimedia record this can be a URL for UltraCart to fetch) | [optional] |
| **width** | **Integer** | Width of the image | [optional] |

## Example

```ruby
require 'ultracart_api'

instance = UltracartClient::ItemContentMultimedia.new(
  cloud_url: null,
  cloud_url_expiration: null,
  code: null,
  description: null,
  exclude_from_gallery: null,
  file_name: null,
  height: null,
  merchant_item_multimedia_oid: null,
  orphan: null,
  placeholder: null,
  temp_multimedia_oid: null,
  thumbnails: null,
  type: null,
  url: null,
  width: null
)
```

Version data entries

196 entries across 196 versions & 1 rubygems

Version Path
ultracart_api-4.0.237 docs/ItemContentMultimedia.md
ultracart_api-4.0.236 docs/ItemContentMultimedia.md
ultracart_api-4.0.235 docs/ItemContentMultimedia.md
ultracart_api-4.0.234 docs/ItemContentMultimedia.md
ultracart_api-4.0.233 docs/ItemContentMultimedia.md
ultracart_api-4.0.232 docs/ItemContentMultimedia.md
ultracart_api-4.0.231 docs/ItemContentMultimedia.md
ultracart_api-4.0.230 docs/ItemContentMultimedia.md
ultracart_api-4.0.229 docs/ItemContentMultimedia.md
ultracart_api-4.0.228 docs/ItemContentMultimedia.md
ultracart_api-4.0.227 docs/ItemContentMultimedia.md
ultracart_api-4.0.226 docs/ItemContentMultimedia.md
ultracart_api-4.0.225 docs/ItemContentMultimedia.md
ultracart_api-4.0.224 docs/ItemContentMultimedia.md
ultracart_api-4.0.214 docs/ItemContentMultimedia.md
ultracart_api-4.0.213 docs/ItemContentMultimedia.md
ultracart_api-4.0.212 docs/ItemContentMultimedia.md
ultracart_api-4.0.211 docs/ItemContentMultimedia.md
ultracart_api-4.0.210 docs/ItemContentMultimedia.md
ultracart_api-4.0.209 docs/ItemContentMultimedia.md