| Name | Type | Description | Notes |
|---|---|---|---|
| TmdbId | Pointer to float32 | [optional] | |
| RatingKey | Pointer to string | [optional] | |
| Type | Pointer to string | [optional] | |
| Title | Pointer to string | [optional] |
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
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
func (o *GetUserWatchlist2XXResponseResultsInner) GetTmdbId() float32
GetTmdbId returns the TmdbId field if non-nil, zero value otherwise.
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.
func (o *GetUserWatchlist2XXResponseResultsInner) SetTmdbId(v float32)
SetTmdbId sets TmdbId field to given value.
func (o *GetUserWatchlist2XXResponseResultsInner) HasTmdbId() bool
HasTmdbId returns a boolean if a field has been set.
func (o *GetUserWatchlist2XXResponseResultsInner) GetRatingKey() string
GetRatingKey returns the RatingKey field if non-nil, zero value otherwise.
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.
func (o *GetUserWatchlist2XXResponseResultsInner) SetRatingKey(v string)
SetRatingKey sets RatingKey field to given value.
func (o *GetUserWatchlist2XXResponseResultsInner) HasRatingKey() bool
HasRatingKey returns a boolean if a field has been set.
func (o *GetUserWatchlist2XXResponseResultsInner) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
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.
func (o *GetUserWatchlist2XXResponseResultsInner) SetType(v string)
SetType sets Type field to given value.
func (o *GetUserWatchlist2XXResponseResultsInner) HasType() bool
HasType returns a boolean if a field has been set.
func (o *GetUserWatchlist2XXResponseResultsInner) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
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.
func (o *GetUserWatchlist2XXResponseResultsInner) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *GetUserWatchlist2XXResponseResultsInner) HasTitle() bool
HasTitle returns a boolean if a field has been set.