Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.54 KB

File metadata and controls

82 lines (45 loc) · 2.54 KB

GetCache2XXResponseImageCacheTmdb

Properties

Name Type Description Notes
Size Pointer to float32 [optional]
ImageCount Pointer to float32 [optional]

Methods

NewGetCache2XXResponseImageCacheTmdb

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

NewGetCache2XXResponseImageCacheTmdbWithDefaults

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

GetSize

func (o *GetCache2XXResponseImageCacheTmdb) GetSize() float32

GetSize returns the Size field if non-nil, zero value otherwise.

GetSizeOk

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.

SetSize

func (o *GetCache2XXResponseImageCacheTmdb) SetSize(v float32)

SetSize sets Size field to given value.

HasSize

func (o *GetCache2XXResponseImageCacheTmdb) HasSize() bool

HasSize returns a boolean if a field has been set.

GetImageCount

func (o *GetCache2XXResponseImageCacheTmdb) GetImageCount() float32

GetImageCount returns the ImageCount field if non-nil, zero value otherwise.

GetImageCountOk

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.

SetImageCount

func (o *GetCache2XXResponseImageCacheTmdb) SetImageCount(v float32)

SetImageCount sets ImageCount field to given value.

HasImageCount

func (o *GetCache2XXResponseImageCacheTmdb) HasImageCount() bool

HasImageCount returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]