Sha256: 7bdaf6e655dcbae5fb76ae99bb5e484c5c84209dc6b4e12b135485cc992ca941
Contents?: true
Size: 1.12 KB
Versions: 196
Compression:
Stored size: 1.12 KB
Contents
# UltracartClient::CartItemMultimedia ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **code** | **String** | Code assigned to the multimedia | [optional] | | **description** | **String** | Description | [optional] | | **exclude_from_gallery** | **Boolean** | True if the image should be excluded from galleries | [optional] | | **image_height** | **Integer** | Image height | [optional] | | **image_width** | **Integer** | Image width | [optional] | | **is_default** | **Boolean** | True if the multimedia is the default for this type | [optional] | | **thumbnails** | [**Array<CartItemMultimediaThumbnail>**](CartItemMultimediaThumbnail.md) | Thumbnails of the images | [optional] | | **type** | **String** | Type of multimedia | [optional] | | **url** | **String** | URL to view multimedia at | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartItemMultimedia.new( code: null, description: null, exclude_from_gallery: null, image_height: null, image_width: null, is_default: null, thumbnails: null, type: null, url: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems