Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.88 KB

File metadata and controls

56 lines (31 loc) · 1.88 KB

GetCache2XXResponseImageCache

Properties

Name Type Description Notes
Tmdb Pointer to GetCache2XXResponseImageCacheTmdb [optional]

Methods

NewGetCache2XXResponseImageCache

func NewGetCache2XXResponseImageCache() *GetCache2XXResponseImageCache

NewGetCache2XXResponseImageCache instantiates a new GetCache2XXResponseImageCache 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

NewGetCache2XXResponseImageCacheWithDefaults

func NewGetCache2XXResponseImageCacheWithDefaults() *GetCache2XXResponseImageCache

NewGetCache2XXResponseImageCacheWithDefaults instantiates a new GetCache2XXResponseImageCache 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

GetTmdb

func (o *GetCache2XXResponseImageCache) GetTmdb() GetCache2XXResponseImageCacheTmdb

GetTmdb returns the Tmdb field if non-nil, zero value otherwise.

GetTmdbOk

func (o *GetCache2XXResponseImageCache) GetTmdbOk() (*GetCache2XXResponseImageCacheTmdb, bool)

GetTmdbOk returns a tuple with the Tmdb field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTmdb

func (o *GetCache2XXResponseImageCache) SetTmdb(v GetCache2XXResponseImageCacheTmdb)

SetTmdb sets Tmdb field to given value.

HasTmdb

func (o *GetCache2XXResponseImageCache) HasTmdb() bool

HasTmdb returns a boolean if a field has been set.

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