| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] [readonly] | |
| TmdbId | Pointer to float32 | [optional] | |
| RatingKey | Pointer to string | [optional] | |
| Type | Pointer to string | [optional] | |
| Title | Pointer to string | [optional] | |
| Media | Pointer to MediaInfo | [optional] | |
| CreatedAt | Pointer to string | [optional] [readonly] | |
| UpdatedAt | Pointer to string | [optional] [readonly] | |
| RequestedBy | Pointer to User | [optional] |
func NewWatchlist() *Watchlist
NewWatchlist instantiates a new Watchlist 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 NewWatchlistWithDefaults() *Watchlist
NewWatchlistWithDefaults instantiates a new Watchlist 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 *Watchlist) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Watchlist) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Watchlist) SetId(v int32)
SetId sets Id field to given value.
func (o *Watchlist) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Watchlist) GetTmdbId() float32
GetTmdbId returns the TmdbId field if non-nil, zero value otherwise.
func (o *Watchlist) 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 *Watchlist) SetTmdbId(v float32)
SetTmdbId sets TmdbId field to given value.
func (o *Watchlist) HasTmdbId() bool
HasTmdbId returns a boolean if a field has been set.
func (o *Watchlist) GetRatingKey() string
GetRatingKey returns the RatingKey field if non-nil, zero value otherwise.
func (o *Watchlist) 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 *Watchlist) SetRatingKey(v string)
SetRatingKey sets RatingKey field to given value.
func (o *Watchlist) HasRatingKey() bool
HasRatingKey returns a boolean if a field has been set.
func (o *Watchlist) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *Watchlist) 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 *Watchlist) SetType(v string)
SetType sets Type field to given value.
func (o *Watchlist) HasType() bool
HasType returns a boolean if a field has been set.
func (o *Watchlist) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *Watchlist) 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 *Watchlist) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *Watchlist) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *Watchlist) GetMedia() MediaInfo
GetMedia returns the Media field if non-nil, zero value otherwise.
func (o *Watchlist) GetMediaOk() (*MediaInfo, bool)
GetMediaOk returns a tuple with the Media field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Watchlist) SetMedia(v MediaInfo)
SetMedia sets Media field to given value.
func (o *Watchlist) HasMedia() bool
HasMedia returns a boolean if a field has been set.
func (o *Watchlist) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *Watchlist) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Watchlist) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *Watchlist) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *Watchlist) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *Watchlist) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Watchlist) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *Watchlist) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (o *Watchlist) GetRequestedBy() User
GetRequestedBy returns the RequestedBy field if non-nil, zero value otherwise.
func (o *Watchlist) GetRequestedByOk() (*User, bool)
GetRequestedByOk returns a tuple with the RequestedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Watchlist) SetRequestedBy(v User)
SetRequestedBy sets RequestedBy field to given value.
func (o *Watchlist) HasRequestedBy() bool
HasRequestedBy returns a boolean if a field has been set.