Sha256: f19a993e6725095d79a3555b69fef31741fff3caa1169dfba00ceb471db3e12d
Contents?: true
Size: 801 Bytes
Versions: 198
Compression:
Stored size: 801 Bytes
Contents
# UltracartClient::ItemContentMultimediaThumbnail ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **height** | **Integer** | Height of the thumbnail | [optional] | | **http_url** | **String** | HTTP URL to view the thumbnail | [optional] | | **https_url** | **String** | HTTPS URL to view the thumbnail | [optional] | | **png_format** | **Boolean** | True if PNG, false if JPEG | [optional] | | **square** | **Boolean** | True if the thumbnail is square | [optional] | | **width** | **Integer** | Width of the thumbnail | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ItemContentMultimediaThumbnail.new( height: null, http_url: null, https_url: null, png_format: null, square: null, width: null ) ```
Version data entries
198 entries across 198 versions & 1 rubygems