Sha256: 4faab730ad03d6c1f457da2b439b29f705ddcdeb65251efed6764a31b9b08917
Contents?: true
Size: 577 Bytes
Versions: 196
Compression:
Stored size: 577 Bytes
Contents
# UltracartClient::ThumbnailParametersRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **height** | **Integer** | | [optional] | | **png_format** | **Boolean** | | [optional] | | **square_thumbnail** | **Boolean** | | [optional] | | **webp** | **Boolean** | | [optional] | | **width** | **Integer** | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ThumbnailParametersRequest.new( height: null, png_format: null, square_thumbnail: null, webp: null, width: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems