| Name | Type | Description | Notes |
|---|---|---|---|
| Tmdb | Pointer to GetCache2XXResponseImageCacheTmdb | [optional] |
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
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
func (o *GetCache2XXResponseImageCache) GetTmdb() GetCache2XXResponseImageCacheTmdb
GetTmdb returns the Tmdb field if non-nil, zero value otherwise.
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.
func (o *GetCache2XXResponseImageCache) SetTmdb(v GetCache2XXResponseImageCacheTmdb)
SetTmdb sets Tmdb field to given value.
func (o *GetCache2XXResponseImageCache) HasTmdb() bool
HasTmdb returns a boolean if a field has been set.