| Name | Type | Description | Notes |
|---|---|---|---|
| Size | Pointer to float32 | [optional] | |
| ImageCount | Pointer to float32 | [optional] |
func NewGetCache2XXResponseImageCacheTmdb() *GetCache2XXResponseImageCacheTmdb
NewGetCache2XXResponseImageCacheTmdb instantiates a new GetCache2XXResponseImageCacheTmdb object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGetCache2XXResponseImageCacheTmdbWithDefaults() *GetCache2XXResponseImageCacheTmdb
NewGetCache2XXResponseImageCacheTmdbWithDefaults instantiates a new GetCache2XXResponseImageCacheTmdb object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *GetCache2XXResponseImageCacheTmdb) GetSize() float32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *GetCache2XXResponseImageCacheTmdb) GetSizeOk() (*float32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCache2XXResponseImageCacheTmdb) SetSize(v float32)
SetSize sets Size field to given value.
func (o *GetCache2XXResponseImageCacheTmdb) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *GetCache2XXResponseImageCacheTmdb) GetImageCount() float32
GetImageCount returns the ImageCount field if non-nil, zero value otherwise.
func (o *GetCache2XXResponseImageCacheTmdb) GetImageCountOk() (*float32, bool)
GetImageCountOk returns a tuple with the ImageCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetCache2XXResponseImageCacheTmdb) SetImageCount(v float32)
SetImageCount sets ImageCount field to given value.
func (o *GetCache2XXResponseImageCacheTmdb) HasImageCount() bool
HasImageCount returns a boolean if a field has been set.