Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.08 KB

File metadata and controls

160 lines (87 loc) · 5.08 KB

GetDiscoverTvLanguageByLanguage2XXResponse

Properties

Name Type Description Notes
Page Pointer to float32 [optional]
TotalPages Pointer to float32 [optional]
TotalResults Pointer to float32 [optional]
Language Pointer to SpokenLanguage [optional]
Results Pointer to []TvResult [optional]

Methods

NewGetDiscoverTvLanguageByLanguage2XXResponse

func NewGetDiscoverTvLanguageByLanguage2XXResponse() *GetDiscoverTvLanguageByLanguage2XXResponse

NewGetDiscoverTvLanguageByLanguage2XXResponse instantiates a new GetDiscoverTvLanguageByLanguage2XXResponse 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

NewGetDiscoverTvLanguageByLanguage2XXResponseWithDefaults

func NewGetDiscoverTvLanguageByLanguage2XXResponseWithDefaults() *GetDiscoverTvLanguageByLanguage2XXResponse

NewGetDiscoverTvLanguageByLanguage2XXResponseWithDefaults instantiates a new GetDiscoverTvLanguageByLanguage2XXResponse 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

GetPage

func (o *GetDiscoverTvLanguageByLanguage2XXResponse) GetPage() float32

GetPage returns the Page field if non-nil, zero value otherwise.

GetPageOk

func (o *GetDiscoverTvLanguageByLanguage2XXResponse) GetPageOk() (*float32, bool)

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

SetPage

func (o *GetDiscoverTvLanguageByLanguage2XXResponse) SetPage(v float32)

SetPage sets Page field to given value.

HasPage

func (o *GetDiscoverTvLanguageByLanguage2XXResponse) HasPage() bool

HasPage returns a boolean if a field has been set.

GetTotalPages

func (o *GetDiscoverTvLanguageByLanguage2XXResponse) GetTotalPages() float32

GetTotalPages returns the TotalPages field if non-nil, zero value otherwise.

GetTotalPagesOk

func (o *GetDiscoverTvLanguageByLanguage2XXResponse) GetTotalPagesOk() (*float32, bool)

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

SetTotalPages

func (o *GetDiscoverTvLanguageByLanguage2XXResponse) SetTotalPages(v float32)

SetTotalPages sets TotalPages field to given value.

HasTotalPages

func (o *GetDiscoverTvLanguageByLanguage2XXResponse) HasTotalPages() bool

HasTotalPages returns a boolean if a field has been set.

GetTotalResults

func (o *GetDiscoverTvLanguageByLanguage2XXResponse) GetTotalResults() float32

GetTotalResults returns the TotalResults field if non-nil, zero value otherwise.

GetTotalResultsOk

func (o *GetDiscoverTvLanguageByLanguage2XXResponse) GetTotalResultsOk() (*float32, bool)

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

SetTotalResults

func (o *GetDiscoverTvLanguageByLanguage2XXResponse) SetTotalResults(v float32)

SetTotalResults sets TotalResults field to given value.

HasTotalResults

func (o *GetDiscoverTvLanguageByLanguage2XXResponse) HasTotalResults() bool

HasTotalResults returns a boolean if a field has been set.

GetLanguage

func (o *GetDiscoverTvLanguageByLanguage2XXResponse) GetLanguage() SpokenLanguage

GetLanguage returns the Language field if non-nil, zero value otherwise.

GetLanguageOk

func (o *GetDiscoverTvLanguageByLanguage2XXResponse) GetLanguageOk() (*SpokenLanguage, bool)

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

SetLanguage

func (o *GetDiscoverTvLanguageByLanguage2XXResponse) SetLanguage(v SpokenLanguage)

SetLanguage sets Language field to given value.

HasLanguage

func (o *GetDiscoverTvLanguageByLanguage2XXResponse) HasLanguage() bool

HasLanguage returns a boolean if a field has been set.

GetResults

func (o *GetDiscoverTvLanguageByLanguage2XXResponse) GetResults() []TvResult

GetResults returns the Results field if non-nil, zero value otherwise.

GetResultsOk

func (o *GetDiscoverTvLanguageByLanguage2XXResponse) GetResultsOk() (*[]TvResult, bool)

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

SetResults

func (o *GetDiscoverTvLanguageByLanguage2XXResponse) SetResults(v []TvResult)

SetResults sets Results field to given value.

HasResults

func (o *GetDiscoverTvLanguageByLanguage2XXResponse) HasResults() bool

HasResults returns a boolean if a field has been set.

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