| Name | Type | Description | Notes |
|---|---|---|---|
| height | Integer | [optional] | |
| png_format | Boolean | [optional] | |
| square_thumbnail | Boolean | [optional] | |
| webp | Boolean | [optional] | |
| width | Integer | [optional] |
require 'ultracart_api'
instance = UltracartClient::ThumbnailParametersRequest.new(
height: null,
png_format: null,
square_thumbnail: null,
webp: null,
width: null
)