Name | Type | Description | Notes |
---|---|---|---|
SeriesIds | Pointer to []int32 | [optional] | |
Monitored | Pointer to NullableBool | [optional] | |
MonitorNewItems | Pointer to NewItemMonitorTypes | [optional] | |
QualityProfileId | Pointer to NullableInt32 | [optional] | |
SeriesType | Pointer to SeriesTypes | [optional] | |
SeasonFolder | Pointer to NullableBool | [optional] | |
RootFolderPath | Pointer to NullableString | [optional] | |
Tags | Pointer to []int32 | [optional] | |
ApplyTags | Pointer to ApplyTags | [optional] | |
MoveFiles | Pointer to bool | [optional] | |
DeleteFiles | Pointer to bool | [optional] | |
AddImportListExclusion | Pointer to bool | [optional] |
func NewSeriesEditorResource() *SeriesEditorResource
NewSeriesEditorResource instantiates a new SeriesEditorResource 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 NewSeriesEditorResourceWithDefaults() *SeriesEditorResource
NewSeriesEditorResourceWithDefaults instantiates a new SeriesEditorResource 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 *SeriesEditorResource) GetSeriesIds() []int32
GetSeriesIds returns the SeriesIds field if non-nil, zero value otherwise.
func (o *SeriesEditorResource) GetSeriesIdsOk() (*[]int32, bool)
GetSeriesIdsOk returns a tuple with the SeriesIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesEditorResource) SetSeriesIds(v []int32)
SetSeriesIds sets SeriesIds field to given value.
func (o *SeriesEditorResource) HasSeriesIds() bool
HasSeriesIds returns a boolean if a field has been set.
func (o *SeriesEditorResource) SetSeriesIdsNil(b bool)
SetSeriesIdsNil sets the value for SeriesIds to be an explicit nil
func (o *SeriesEditorResource) UnsetSeriesIds()
UnsetSeriesIds ensures that no value is present for SeriesIds, not even an explicit nil
func (o *SeriesEditorResource) GetMonitored() bool
GetMonitored returns the Monitored field if non-nil, zero value otherwise.
func (o *SeriesEditorResource) 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 *SeriesEditorResource) SetMonitored(v bool)
SetMonitored sets Monitored field to given value.
func (o *SeriesEditorResource) HasMonitored() bool
HasMonitored returns a boolean if a field has been set.
func (o *SeriesEditorResource) SetMonitoredNil(b bool)
SetMonitoredNil sets the value for Monitored to be an explicit nil
func (o *SeriesEditorResource) UnsetMonitored()
UnsetMonitored ensures that no value is present for Monitored, not even an explicit nil
func (o *SeriesEditorResource) GetMonitorNewItems() NewItemMonitorTypes
GetMonitorNewItems returns the MonitorNewItems field if non-nil, zero value otherwise.
func (o *SeriesEditorResource) GetMonitorNewItemsOk() (*NewItemMonitorTypes, bool)
GetMonitorNewItemsOk returns a tuple with the MonitorNewItems field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesEditorResource) SetMonitorNewItems(v NewItemMonitorTypes)
SetMonitorNewItems sets MonitorNewItems field to given value.
func (o *SeriesEditorResource) HasMonitorNewItems() bool
HasMonitorNewItems returns a boolean if a field has been set.
func (o *SeriesEditorResource) GetQualityProfileId() int32
GetQualityProfileId returns the QualityProfileId field if non-nil, zero value otherwise.
func (o *SeriesEditorResource) 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 *SeriesEditorResource) SetQualityProfileId(v int32)
SetQualityProfileId sets QualityProfileId field to given value.
func (o *SeriesEditorResource) HasQualityProfileId() bool
HasQualityProfileId returns a boolean if a field has been set.
func (o *SeriesEditorResource) SetQualityProfileIdNil(b bool)
SetQualityProfileIdNil sets the value for QualityProfileId to be an explicit nil
func (o *SeriesEditorResource) UnsetQualityProfileId()
UnsetQualityProfileId ensures that no value is present for QualityProfileId, not even an explicit nil
func (o *SeriesEditorResource) GetSeriesType() SeriesTypes
GetSeriesType returns the SeriesType field if non-nil, zero value otherwise.
func (o *SeriesEditorResource) GetSeriesTypeOk() (*SeriesTypes, bool)
GetSeriesTypeOk returns a tuple with the SeriesType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesEditorResource) SetSeriesType(v SeriesTypes)
SetSeriesType sets SeriesType field to given value.
func (o *SeriesEditorResource) HasSeriesType() bool
HasSeriesType returns a boolean if a field has been set.
func (o *SeriesEditorResource) GetSeasonFolder() bool
GetSeasonFolder returns the SeasonFolder field if non-nil, zero value otherwise.
func (o *SeriesEditorResource) GetSeasonFolderOk() (*bool, bool)
GetSeasonFolderOk returns a tuple with the SeasonFolder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesEditorResource) SetSeasonFolder(v bool)
SetSeasonFolder sets SeasonFolder field to given value.
func (o *SeriesEditorResource) HasSeasonFolder() bool
HasSeasonFolder returns a boolean if a field has been set.
func (o *SeriesEditorResource) SetSeasonFolderNil(b bool)
SetSeasonFolderNil sets the value for SeasonFolder to be an explicit nil
func (o *SeriesEditorResource) UnsetSeasonFolder()
UnsetSeasonFolder ensures that no value is present for SeasonFolder, not even an explicit nil
func (o *SeriesEditorResource) GetRootFolderPath() string
GetRootFolderPath returns the RootFolderPath field if non-nil, zero value otherwise.
func (o *SeriesEditorResource) 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 *SeriesEditorResource) SetRootFolderPath(v string)
SetRootFolderPath sets RootFolderPath field to given value.
func (o *SeriesEditorResource) HasRootFolderPath() bool
HasRootFolderPath returns a boolean if a field has been set.
func (o *SeriesEditorResource) SetRootFolderPathNil(b bool)
SetRootFolderPathNil sets the value for RootFolderPath to be an explicit nil
func (o *SeriesEditorResource) UnsetRootFolderPath()
UnsetRootFolderPath ensures that no value is present for RootFolderPath, not even an explicit nil
func (o *SeriesEditorResource) GetTags() []int32
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *SeriesEditorResource) 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 *SeriesEditorResource) SetTags(v []int32)
SetTags sets Tags field to given value.
func (o *SeriesEditorResource) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *SeriesEditorResource) SetTagsNil(b bool)
SetTagsNil sets the value for Tags to be an explicit nil
func (o *SeriesEditorResource) UnsetTags()
UnsetTags ensures that no value is present for Tags, not even an explicit nil
func (o *SeriesEditorResource) GetApplyTags() ApplyTags
GetApplyTags returns the ApplyTags field if non-nil, zero value otherwise.
func (o *SeriesEditorResource) GetApplyTagsOk() (*ApplyTags, bool)
GetApplyTagsOk returns a tuple with the ApplyTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesEditorResource) SetApplyTags(v ApplyTags)
SetApplyTags sets ApplyTags field to given value.
func (o *SeriesEditorResource) HasApplyTags() bool
HasApplyTags returns a boolean if a field has been set.
func (o *SeriesEditorResource) GetMoveFiles() bool
GetMoveFiles returns the MoveFiles field if non-nil, zero value otherwise.
func (o *SeriesEditorResource) GetMoveFilesOk() (*bool, bool)
GetMoveFilesOk returns a tuple with the MoveFiles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesEditorResource) SetMoveFiles(v bool)
SetMoveFiles sets MoveFiles field to given value.
func (o *SeriesEditorResource) HasMoveFiles() bool
HasMoveFiles returns a boolean if a field has been set.
func (o *SeriesEditorResource) GetDeleteFiles() bool
GetDeleteFiles returns the DeleteFiles field if non-nil, zero value otherwise.
func (o *SeriesEditorResource) GetDeleteFilesOk() (*bool, bool)
GetDeleteFilesOk returns a tuple with the DeleteFiles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesEditorResource) SetDeleteFiles(v bool)
SetDeleteFiles sets DeleteFiles field to given value.
func (o *SeriesEditorResource) HasDeleteFiles() bool
HasDeleteFiles returns a boolean if a field has been set.
func (o *SeriesEditorResource) GetAddImportListExclusion() bool
GetAddImportListExclusion returns the AddImportListExclusion field if non-nil, zero value otherwise.
func (o *SeriesEditorResource) GetAddImportListExclusionOk() (*bool, bool)
GetAddImportListExclusionOk returns a tuple with the AddImportListExclusion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeriesEditorResource) SetAddImportListExclusion(v bool)
SetAddImportListExclusion sets AddImportListExclusion field to given value.
func (o *SeriesEditorResource) HasAddImportListExclusion() bool
HasAddImportListExclusion returns a boolean if a field has been set.