Name | Type | Description | Notes |
---|---|---|---|
CollectionIds | Pointer to []int32 | [optional] | |
Monitored | Pointer to NullableBool | [optional] | |
MonitorMovies | Pointer to NullableBool | [optional] | |
SearchOnAdd | Pointer to NullableBool | [optional] | |
QualityProfileId | Pointer to NullableInt32 | [optional] | |
RootFolderPath | Pointer to NullableString | [optional] | |
MinimumAvailability | Pointer to MovieStatusType | [optional] |
func NewCollectionUpdateResource() *CollectionUpdateResource
NewCollectionUpdateResource instantiates a new CollectionUpdateResource 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 NewCollectionUpdateResourceWithDefaults() *CollectionUpdateResource
NewCollectionUpdateResourceWithDefaults instantiates a new CollectionUpdateResource 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 *CollectionUpdateResource) GetCollectionIds() []int32
GetCollectionIds returns the CollectionIds field if non-nil, zero value otherwise.
func (o *CollectionUpdateResource) GetCollectionIdsOk() (*[]int32, bool)
GetCollectionIdsOk returns a tuple with the CollectionIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionUpdateResource) SetCollectionIds(v []int32)
SetCollectionIds sets CollectionIds field to given value.
func (o *CollectionUpdateResource) HasCollectionIds() bool
HasCollectionIds returns a boolean if a field has been set.
func (o *CollectionUpdateResource) SetCollectionIdsNil(b bool)
SetCollectionIdsNil sets the value for CollectionIds to be an explicit nil
func (o *CollectionUpdateResource) UnsetCollectionIds()
UnsetCollectionIds ensures that no value is present for CollectionIds, not even an explicit nil
func (o *CollectionUpdateResource) GetMonitored() bool
GetMonitored returns the Monitored field if non-nil, zero value otherwise.
func (o *CollectionUpdateResource) 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 *CollectionUpdateResource) SetMonitored(v bool)
SetMonitored sets Monitored field to given value.
func (o *CollectionUpdateResource) HasMonitored() bool
HasMonitored returns a boolean if a field has been set.
func (o *CollectionUpdateResource) SetMonitoredNil(b bool)
SetMonitoredNil sets the value for Monitored to be an explicit nil
func (o *CollectionUpdateResource) UnsetMonitored()
UnsetMonitored ensures that no value is present for Monitored, not even an explicit nil
func (o *CollectionUpdateResource) GetMonitorMovies() bool
GetMonitorMovies returns the MonitorMovies field if non-nil, zero value otherwise.
func (o *CollectionUpdateResource) GetMonitorMoviesOk() (*bool, bool)
GetMonitorMoviesOk returns a tuple with the MonitorMovies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CollectionUpdateResource) SetMonitorMovies(v bool)
SetMonitorMovies sets MonitorMovies field to given value.
func (o *CollectionUpdateResource) HasMonitorMovies() bool
HasMonitorMovies returns a boolean if a field has been set.
func (o *CollectionUpdateResource) SetMonitorMoviesNil(b bool)
SetMonitorMoviesNil sets the value for MonitorMovies to be an explicit nil
func (o *CollectionUpdateResource) UnsetMonitorMovies()
UnsetMonitorMovies ensures that no value is present for MonitorMovies, not even an explicit nil
func (o *CollectionUpdateResource) GetSearchOnAdd() bool
GetSearchOnAdd returns the SearchOnAdd field if non-nil, zero value otherwise.
func (o *CollectionUpdateResource) 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 *CollectionUpdateResource) SetSearchOnAdd(v bool)
SetSearchOnAdd sets SearchOnAdd field to given value.
func (o *CollectionUpdateResource) HasSearchOnAdd() bool
HasSearchOnAdd returns a boolean if a field has been set.
func (o *CollectionUpdateResource) SetSearchOnAddNil(b bool)
SetSearchOnAddNil sets the value for SearchOnAdd to be an explicit nil
func (o *CollectionUpdateResource) UnsetSearchOnAdd()
UnsetSearchOnAdd ensures that no value is present for SearchOnAdd, not even an explicit nil
func (o *CollectionUpdateResource) GetQualityProfileId() int32
GetQualityProfileId returns the QualityProfileId field if non-nil, zero value otherwise.
func (o *CollectionUpdateResource) 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 *CollectionUpdateResource) SetQualityProfileId(v int32)
SetQualityProfileId sets QualityProfileId field to given value.
func (o *CollectionUpdateResource) HasQualityProfileId() bool
HasQualityProfileId returns a boolean if a field has been set.
func (o *CollectionUpdateResource) SetQualityProfileIdNil(b bool)
SetQualityProfileIdNil sets the value for QualityProfileId to be an explicit nil
func (o *CollectionUpdateResource) UnsetQualityProfileId()
UnsetQualityProfileId ensures that no value is present for QualityProfileId, not even an explicit nil
func (o *CollectionUpdateResource) GetRootFolderPath() string
GetRootFolderPath returns the RootFolderPath field if non-nil, zero value otherwise.
func (o *CollectionUpdateResource) 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 *CollectionUpdateResource) SetRootFolderPath(v string)
SetRootFolderPath sets RootFolderPath field to given value.
func (o *CollectionUpdateResource) HasRootFolderPath() bool
HasRootFolderPath returns a boolean if a field has been set.
func (o *CollectionUpdateResource) SetRootFolderPathNil(b bool)
SetRootFolderPathNil sets the value for RootFolderPath to be an explicit nil
func (o *CollectionUpdateResource) UnsetRootFolderPath()
UnsetRootFolderPath ensures that no value is present for RootFolderPath, not even an explicit nil
func (o *CollectionUpdateResource) GetMinimumAvailability() MovieStatusType
GetMinimumAvailability returns the MinimumAvailability field if non-nil, zero value otherwise.
func (o *CollectionUpdateResource) 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 *CollectionUpdateResource) SetMinimumAvailability(v MovieStatusType)
SetMinimumAvailability sets MinimumAvailability field to given value.
func (o *CollectionUpdateResource) HasMinimumAvailability() bool
HasMinimumAvailability returns a boolean if a field has been set.