Name | Type | Description | Notes |
---|---|---|---|
TmdbId | Pointer to int32 | [optional] | |
ImdbId | Pointer to NullableString | [optional] | |
Title | Pointer to NullableString | [optional] | |
CleanTitle | Pointer to NullableString | [optional] | |
SortTitle | Pointer to NullableString | [optional] | |
Status | Pointer to MovieStatusType | [optional] | |
Overview | Pointer to NullableString | [optional] | |
Runtime | Pointer to int32 | [optional] | |
Images | Pointer to []MediaCover | [optional] | |
Year | Pointer to int32 | [optional] | |
Ratings | Pointer to Ratings | [optional] | |
Genres | Pointer to []string | [optional] | |
Folder | Pointer to NullableString | [optional] | |
IsExisting | Pointer to bool | [optional] | |
IsExcluded | Pointer to bool | [optional] |
func NewCollectionMovieResource() *CollectionMovieResource
NewCollectionMovieResource instantiates a new CollectionMovieResource 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 NewCollectionMovieResourceWithDefaults() *CollectionMovieResource
NewCollectionMovieResourceWithDefaults instantiates a new CollectionMovieResource 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 *CollectionMovieResource) GetTmdbId() int32
GetTmdbId returns the TmdbId field if non-nil, zero value otherwise.
func (o *CollectionMovieResource) GetTmdbIdOk() (*int32, 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 *CollectionMovieResource) SetTmdbId(v int32)
SetTmdbId sets TmdbId field to given value.
func (o *CollectionMovieResource) HasTmdbId() bool
HasTmdbId returns a boolean if a field has been set.
func (o *CollectionMovieResource) GetImdbId() string
GetImdbId returns the ImdbId field if non-nil, zero value otherwise.
func (o *CollectionMovieResource) GetImdbIdOk() (*string, bool)
GetImdbIdOk returns a tuple with the ImdbId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionMovieResource) SetImdbId(v string)
SetImdbId sets ImdbId field to given value.
func (o *CollectionMovieResource) HasImdbId() bool
HasImdbId returns a boolean if a field has been set.
func (o *CollectionMovieResource) SetImdbIdNil(b bool)
SetImdbIdNil sets the value for ImdbId to be an explicit nil
func (o *CollectionMovieResource) UnsetImdbId()
UnsetImdbId ensures that no value is present for ImdbId, not even an explicit nil
func (o *CollectionMovieResource) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *CollectionMovieResource) 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 *CollectionMovieResource) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *CollectionMovieResource) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *CollectionMovieResource) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *CollectionMovieResource) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (o *CollectionMovieResource) GetCleanTitle() string
GetCleanTitle returns the CleanTitle field if non-nil, zero value otherwise.
func (o *CollectionMovieResource) GetCleanTitleOk() (*string, bool)
GetCleanTitleOk returns a tuple with the CleanTitle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionMovieResource) SetCleanTitle(v string)
SetCleanTitle sets CleanTitle field to given value.
func (o *CollectionMovieResource) HasCleanTitle() bool
HasCleanTitle returns a boolean if a field has been set.
func (o *CollectionMovieResource) SetCleanTitleNil(b bool)
SetCleanTitleNil sets the value for CleanTitle to be an explicit nil
func (o *CollectionMovieResource) UnsetCleanTitle()
UnsetCleanTitle ensures that no value is present for CleanTitle, not even an explicit nil
func (o *CollectionMovieResource) GetSortTitle() string
GetSortTitle returns the SortTitle field if non-nil, zero value otherwise.
func (o *CollectionMovieResource) GetSortTitleOk() (*string, bool)
GetSortTitleOk returns a tuple with the SortTitle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionMovieResource) SetSortTitle(v string)
SetSortTitle sets SortTitle field to given value.
func (o *CollectionMovieResource) HasSortTitle() bool
HasSortTitle returns a boolean if a field has been set.
func (o *CollectionMovieResource) SetSortTitleNil(b bool)
SetSortTitleNil sets the value for SortTitle to be an explicit nil
func (o *CollectionMovieResource) UnsetSortTitle()
UnsetSortTitle ensures that no value is present for SortTitle, not even an explicit nil
func (o *CollectionMovieResource) GetStatus() MovieStatusType
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *CollectionMovieResource) GetStatusOk() (*MovieStatusType, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionMovieResource) SetStatus(v MovieStatusType)
SetStatus sets Status field to given value.
func (o *CollectionMovieResource) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *CollectionMovieResource) GetOverview() string
GetOverview returns the Overview field if non-nil, zero value otherwise.
func (o *CollectionMovieResource) GetOverviewOk() (*string, bool)
GetOverviewOk returns a tuple with the Overview field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionMovieResource) SetOverview(v string)
SetOverview sets Overview field to given value.
func (o *CollectionMovieResource) HasOverview() bool
HasOverview returns a boolean if a field has been set.
func (o *CollectionMovieResource) SetOverviewNil(b bool)
SetOverviewNil sets the value for Overview to be an explicit nil
func (o *CollectionMovieResource) UnsetOverview()
UnsetOverview ensures that no value is present for Overview, not even an explicit nil
func (o *CollectionMovieResource) GetRuntime() int32
GetRuntime returns the Runtime field if non-nil, zero value otherwise.
func (o *CollectionMovieResource) GetRuntimeOk() (*int32, bool)
GetRuntimeOk returns a tuple with the Runtime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionMovieResource) SetRuntime(v int32)
SetRuntime sets Runtime field to given value.
func (o *CollectionMovieResource) HasRuntime() bool
HasRuntime returns a boolean if a field has been set.
func (o *CollectionMovieResource) GetImages() []MediaCover
GetImages returns the Images field if non-nil, zero value otherwise.
func (o *CollectionMovieResource) GetImagesOk() (*[]MediaCover, bool)
GetImagesOk returns a tuple with the Images field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionMovieResource) SetImages(v []MediaCover)
SetImages sets Images field to given value.
func (o *CollectionMovieResource) HasImages() bool
HasImages returns a boolean if a field has been set.
func (o *CollectionMovieResource) SetImagesNil(b bool)
SetImagesNil sets the value for Images to be an explicit nil
func (o *CollectionMovieResource) UnsetImages()
UnsetImages ensures that no value is present for Images, not even an explicit nil
func (o *CollectionMovieResource) GetYear() int32
GetYear returns the Year field if non-nil, zero value otherwise.
func (o *CollectionMovieResource) GetYearOk() (*int32, bool)
GetYearOk returns a tuple with the Year field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionMovieResource) SetYear(v int32)
SetYear sets Year field to given value.
func (o *CollectionMovieResource) HasYear() bool
HasYear returns a boolean if a field has been set.
func (o *CollectionMovieResource) GetRatings() Ratings
GetRatings returns the Ratings field if non-nil, zero value otherwise.
func (o *CollectionMovieResource) GetRatingsOk() (*Ratings, bool)
GetRatingsOk returns a tuple with the Ratings field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionMovieResource) SetRatings(v Ratings)
SetRatings sets Ratings field to given value.
func (o *CollectionMovieResource) HasRatings() bool
HasRatings returns a boolean if a field has been set.
func (o *CollectionMovieResource) GetGenres() []string
GetGenres returns the Genres field if non-nil, zero value otherwise.
func (o *CollectionMovieResource) GetGenresOk() (*[]string, bool)
GetGenresOk returns a tuple with the Genres field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionMovieResource) SetGenres(v []string)
SetGenres sets Genres field to given value.
func (o *CollectionMovieResource) HasGenres() bool
HasGenres returns a boolean if a field has been set.
func (o *CollectionMovieResource) SetGenresNil(b bool)
SetGenresNil sets the value for Genres to be an explicit nil
func (o *CollectionMovieResource) UnsetGenres()
UnsetGenres ensures that no value is present for Genres, not even an explicit nil
func (o *CollectionMovieResource) GetFolder() string
GetFolder returns the Folder field if non-nil, zero value otherwise.
func (o *CollectionMovieResource) GetFolderOk() (*string, bool)
GetFolderOk returns a tuple with the Folder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionMovieResource) SetFolder(v string)
SetFolder sets Folder field to given value.
func (o *CollectionMovieResource) HasFolder() bool
HasFolder returns a boolean if a field has been set.
func (o *CollectionMovieResource) SetFolderNil(b bool)
SetFolderNil sets the value for Folder to be an explicit nil
func (o *CollectionMovieResource) UnsetFolder()
UnsetFolder ensures that no value is present for Folder, not even an explicit nil
func (o *CollectionMovieResource) GetIsExisting() bool
GetIsExisting returns the IsExisting field if non-nil, zero value otherwise.
func (o *CollectionMovieResource) GetIsExistingOk() (*bool, bool)
GetIsExistingOk returns a tuple with the IsExisting field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionMovieResource) SetIsExisting(v bool)
SetIsExisting sets IsExisting field to given value.
func (o *CollectionMovieResource) HasIsExisting() bool
HasIsExisting returns a boolean if a field has been set.
func (o *CollectionMovieResource) GetIsExcluded() bool
GetIsExcluded returns the IsExcluded field if non-nil, zero value otherwise.
func (o *CollectionMovieResource) GetIsExcludedOk() (*bool, bool)
GetIsExcludedOk returns a tuple with the IsExcluded field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionMovieResource) SetIsExcluded(v bool)
SetIsExcluded sets IsExcluded field to given value.
func (o *CollectionMovieResource) HasIsExcluded() bool
HasIsExcluded returns a boolean if a field has been set.