# UltracartClient::CartItemMultimediaThumbnail ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **height** | **Integer** | Height in pixels | [optional] | | **png** | **Boolean** | True if thumbnail is a PNG, otherwise its a JPEG | [optional] | | **square** | **Boolean** | True if the thumbnail is square | [optional] | | **url** | **String** | URL for the thumbnail | [optional] | | **width** | **Integer** | Width in pixels | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::CartItemMultimediaThumbnail.new( height: null, png: null, square: null, url: null, width: null ) ```