Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
Title | Pointer to NullableString | [optional] | |
SortTitle | Pointer to NullableString | [optional] | |
TmdbId | Pointer to int32 | [optional] | |
Images | Pointer to []MediaCover | [optional] | |
Overview | Pointer to NullableString | [optional] | |
Monitored | Pointer to bool | [optional] | |
RootFolderPath | Pointer to NullableString | [optional] | |
QualityProfileId | Pointer to int32 | [optional] | |
SearchOnAdd | Pointer to bool | [optional] | |
MinimumAvailability | Pointer to MovieStatusType | [optional] | |
Movies | Pointer to []CollectionMovieResource | [optional] | |
MissingMovies | Pointer to int32 | [optional] | |
Tags | Pointer to []int32 | [optional] |
func NewCollectionResource() *CollectionResource
NewCollectionResource instantiates a new CollectionResource 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 NewCollectionResourceWithDefaults() *CollectionResource
NewCollectionResourceWithDefaults instantiates a new CollectionResource 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 *CollectionResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CollectionResource) 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 *CollectionResource) SetId(v int32)
SetId sets Id field to given value.
func (o *CollectionResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CollectionResource) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *CollectionResource) 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 *CollectionResource) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *CollectionResource) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *CollectionResource) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *CollectionResource) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (o *CollectionResource) GetSortTitle() string
GetSortTitle returns the SortTitle field if non-nil, zero value otherwise.
func (o *CollectionResource) 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 *CollectionResource) SetSortTitle(v string)
SetSortTitle sets SortTitle field to given value.
func (o *CollectionResource) HasSortTitle() bool
HasSortTitle returns a boolean if a field has been set.
func (o *CollectionResource) SetSortTitleNil(b bool)
SetSortTitleNil sets the value for SortTitle to be an explicit nil
func (o *CollectionResource) UnsetSortTitle()
UnsetSortTitle ensures that no value is present for SortTitle, not even an explicit nil
func (o *CollectionResource) GetTmdbId() int32
GetTmdbId returns the TmdbId field if non-nil, zero value otherwise.
func (o *CollectionResource) 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 *CollectionResource) SetTmdbId(v int32)
SetTmdbId sets TmdbId field to given value.
func (o *CollectionResource) HasTmdbId() bool
HasTmdbId returns a boolean if a field has been set.
func (o *CollectionResource) GetImages() []MediaCover
GetImages returns the Images field if non-nil, zero value otherwise.
func (o *CollectionResource) 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 *CollectionResource) SetImages(v []MediaCover)
SetImages sets Images field to given value.
func (o *CollectionResource) HasImages() bool
HasImages returns a boolean if a field has been set.
func (o *CollectionResource) SetImagesNil(b bool)
SetImagesNil sets the value for Images to be an explicit nil
func (o *CollectionResource) UnsetImages()
UnsetImages ensures that no value is present for Images, not even an explicit nil
func (o *CollectionResource) GetOverview() string
GetOverview returns the Overview field if non-nil, zero value otherwise.
func (o *CollectionResource) 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 *CollectionResource) SetOverview(v string)
SetOverview sets Overview field to given value.
func (o *CollectionResource) HasOverview() bool
HasOverview returns a boolean if a field has been set.
func (o *CollectionResource) SetOverviewNil(b bool)
SetOverviewNil sets the value for Overview to be an explicit nil
func (o *CollectionResource) UnsetOverview()
UnsetOverview ensures that no value is present for Overview, not even an explicit nil
func (o *CollectionResource) GetMonitored() bool
GetMonitored returns the Monitored field if non-nil, zero value otherwise.
func (o *CollectionResource) GetMonitoredOk() (*bool, bool)
GetMonitoredOk returns a tuple with the Monitored field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionResource) SetMonitored(v bool)
SetMonitored sets Monitored field to given value.
func (o *CollectionResource) HasMonitored() bool
HasMonitored returns a boolean if a field has been set.
func (o *CollectionResource) GetRootFolderPath() string
GetRootFolderPath returns the RootFolderPath field if non-nil, zero value otherwise.
func (o *CollectionResource) GetRootFolderPathOk() (*string, bool)
GetRootFolderPathOk returns a tuple with the RootFolderPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionResource) SetRootFolderPath(v string)
SetRootFolderPath sets RootFolderPath field to given value.
func (o *CollectionResource) HasRootFolderPath() bool
HasRootFolderPath returns a boolean if a field has been set.
func (o *CollectionResource) SetRootFolderPathNil(b bool)
SetRootFolderPathNil sets the value for RootFolderPath to be an explicit nil
func (o *CollectionResource) UnsetRootFolderPath()
UnsetRootFolderPath ensures that no value is present for RootFolderPath, not even an explicit nil
func (o *CollectionResource) GetQualityProfileId() int32
GetQualityProfileId returns the QualityProfileId field if non-nil, zero value otherwise.
func (o *CollectionResource) GetQualityProfileIdOk() (*int32, bool)
GetQualityProfileIdOk returns a tuple with the QualityProfileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionResource) SetQualityProfileId(v int32)
SetQualityProfileId sets QualityProfileId field to given value.
func (o *CollectionResource) HasQualityProfileId() bool
HasQualityProfileId returns a boolean if a field has been set.
func (o *CollectionResource) GetSearchOnAdd() bool
GetSearchOnAdd returns the SearchOnAdd field if non-nil, zero value otherwise.
func (o *CollectionResource) GetSearchOnAddOk() (*bool, bool)
GetSearchOnAddOk returns a tuple with the SearchOnAdd field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionResource) SetSearchOnAdd(v bool)
SetSearchOnAdd sets SearchOnAdd field to given value.
func (o *CollectionResource) HasSearchOnAdd() bool
HasSearchOnAdd returns a boolean if a field has been set.
func (o *CollectionResource) GetMinimumAvailability() MovieStatusType
GetMinimumAvailability returns the MinimumAvailability field if non-nil, zero value otherwise.
func (o *CollectionResource) GetMinimumAvailabilityOk() (*MovieStatusType, bool)
GetMinimumAvailabilityOk returns a tuple with the MinimumAvailability field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionResource) SetMinimumAvailability(v MovieStatusType)
SetMinimumAvailability sets MinimumAvailability field to given value.
func (o *CollectionResource) HasMinimumAvailability() bool
HasMinimumAvailability returns a boolean if a field has been set.
func (o *CollectionResource) GetMovies() []CollectionMovieResource
GetMovies returns the Movies field if non-nil, zero value otherwise.
func (o *CollectionResource) GetMoviesOk() (*[]CollectionMovieResource, bool)
GetMoviesOk returns a tuple with the Movies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionResource) SetMovies(v []CollectionMovieResource)
SetMovies sets Movies field to given value.
func (o *CollectionResource) HasMovies() bool
HasMovies returns a boolean if a field has been set.
func (o *CollectionResource) SetMoviesNil(b bool)
SetMoviesNil sets the value for Movies to be an explicit nil
func (o *CollectionResource) UnsetMovies()
UnsetMovies ensures that no value is present for Movies, not even an explicit nil
func (o *CollectionResource) GetMissingMovies() int32
GetMissingMovies returns the MissingMovies field if non-nil, zero value otherwise.
func (o *CollectionResource) GetMissingMoviesOk() (*int32, bool)
GetMissingMoviesOk returns a tuple with the MissingMovies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionResource) SetMissingMovies(v int32)
SetMissingMovies sets MissingMovies field to given value.
func (o *CollectionResource) HasMissingMovies() bool
HasMissingMovies returns a boolean if a field has been set.
func (o *CollectionResource) GetTags() []int32
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *CollectionResource) GetTagsOk() (*[]int32, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionResource) SetTags(v []int32)
SetTags sets Tags field to given value.
func (o *CollectionResource) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *CollectionResource) SetTagsNil(b bool)
SetTagsNil sets the value for Tags to be an explicit nil
func (o *CollectionResource) UnsetTags()
UnsetTags ensures that no value is present for Tags, not even an explicit nil