Sha256: 712486aade8e010a5b601e11de60ab8247ae11244ee1c9f6d61053cf3fa7fa5d
Contents?: true
Size: 746 Bytes
Versions: 196
Compression:
Stored size: 746 Bytes
Contents
# UltracartClient::ThumbnailParametersResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**Error**](Error.md) | | [optional] | | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] | | **success** | **Boolean** | Indicates if API call was successful | [optional] | | **thumbnail_url_suffix** | **String** | Suffix to append to the larger image URL to obtain the thumbnail | [optional] | | **warning** | [**Warning**](Warning.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ThumbnailParametersResponse.new( error: null, metadata: null, success: null, thumbnail_url_suffix: null, warning: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems