Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.02 KB

File metadata and controls

134 lines (73 loc) · 4.02 KB

GetUserWatchlist2XXResponseResultsInner

Properties

Name Type Description Notes
TmdbId Pointer to float32 [optional]
RatingKey Pointer to string [optional]
Type Pointer to string [optional]
Title Pointer to string [optional]

Methods

NewGetUserWatchlist2XXResponseResultsInner

func NewGetUserWatchlist2XXResponseResultsInner() *GetUserWatchlist2XXResponseResultsInner

NewGetUserWatchlist2XXResponseResultsInner instantiates a new GetUserWatchlist2XXResponseResultsInner 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

NewGetUserWatchlist2XXResponseResultsInnerWithDefaults

func NewGetUserWatchlist2XXResponseResultsInnerWithDefaults() *GetUserWatchlist2XXResponseResultsInner

NewGetUserWatchlist2XXResponseResultsInnerWithDefaults instantiates a new GetUserWatchlist2XXResponseResultsInner 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

GetTmdbId

func (o *GetUserWatchlist2XXResponseResultsInner) GetTmdbId() float32

GetTmdbId returns the TmdbId field if non-nil, zero value otherwise.

GetTmdbIdOk

func (o *GetUserWatchlist2XXResponseResultsInner) GetTmdbIdOk() (*float32, bool)

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

SetTmdbId

func (o *GetUserWatchlist2XXResponseResultsInner) SetTmdbId(v float32)

SetTmdbId sets TmdbId field to given value.

HasTmdbId

func (o *GetUserWatchlist2XXResponseResultsInner) HasTmdbId() bool

HasTmdbId returns a boolean if a field has been set.

GetRatingKey

func (o *GetUserWatchlist2XXResponseResultsInner) GetRatingKey() string

GetRatingKey returns the RatingKey field if non-nil, zero value otherwise.

GetRatingKeyOk

func (o *GetUserWatchlist2XXResponseResultsInner) GetRatingKeyOk() (*string, bool)

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

SetRatingKey

func (o *GetUserWatchlist2XXResponseResultsInner) SetRatingKey(v string)

SetRatingKey sets RatingKey field to given value.

HasRatingKey

func (o *GetUserWatchlist2XXResponseResultsInner) HasRatingKey() bool

HasRatingKey returns a boolean if a field has been set.

GetType

func (o *GetUserWatchlist2XXResponseResultsInner) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *GetUserWatchlist2XXResponseResultsInner) GetTypeOk() (*string, bool)

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

SetType

func (o *GetUserWatchlist2XXResponseResultsInner) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *GetUserWatchlist2XXResponseResultsInner) HasType() bool

HasType returns a boolean if a field has been set.

GetTitle

func (o *GetUserWatchlist2XXResponseResultsInner) GetTitle() string

GetTitle returns the Title field if non-nil, zero value otherwise.

GetTitleOk

func (o *GetUserWatchlist2XXResponseResultsInner) GetTitleOk() (*string, bool)

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

SetTitle

func (o *GetUserWatchlist2XXResponseResultsInner) SetTitle(v string)

SetTitle sets Title field to given value.

HasTitle

func (o *GetUserWatchlist2XXResponseResultsInner) HasTitle() bool

HasTitle returns a boolean if a field has been set.

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