Name | Type | Description | Notes |
---|---|---|---|
IgnoreEpisodesWithFiles | Pointer to bool | [optional] | |
IgnoreEpisodesWithoutFiles | Pointer to bool | [optional] | |
Monitor | Pointer to MonitorTypes | [optional] | |
SearchForMissingEpisodes | Pointer to bool | [optional] | |
SearchForCutoffUnmetEpisodes | Pointer to bool | [optional] |
func NewAddSeriesOptions() *AddSeriesOptions
NewAddSeriesOptions instantiates a new AddSeriesOptions 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 NewAddSeriesOptionsWithDefaults() *AddSeriesOptions
NewAddSeriesOptionsWithDefaults instantiates a new AddSeriesOptions 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 *AddSeriesOptions) GetIgnoreEpisodesWithFiles() bool
GetIgnoreEpisodesWithFiles returns the IgnoreEpisodesWithFiles field if non-nil, zero value otherwise.
func (o *AddSeriesOptions) GetIgnoreEpisodesWithFilesOk() (*bool, bool)
GetIgnoreEpisodesWithFilesOk returns a tuple with the IgnoreEpisodesWithFiles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddSeriesOptions) SetIgnoreEpisodesWithFiles(v bool)
SetIgnoreEpisodesWithFiles sets IgnoreEpisodesWithFiles field to given value.
func (o *AddSeriesOptions) HasIgnoreEpisodesWithFiles() bool
HasIgnoreEpisodesWithFiles returns a boolean if a field has been set.
func (o *AddSeriesOptions) GetIgnoreEpisodesWithoutFiles() bool
GetIgnoreEpisodesWithoutFiles returns the IgnoreEpisodesWithoutFiles field if non-nil, zero value otherwise.
func (o *AddSeriesOptions) GetIgnoreEpisodesWithoutFilesOk() (*bool, bool)
GetIgnoreEpisodesWithoutFilesOk returns a tuple with the IgnoreEpisodesWithoutFiles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddSeriesOptions) SetIgnoreEpisodesWithoutFiles(v bool)
SetIgnoreEpisodesWithoutFiles sets IgnoreEpisodesWithoutFiles field to given value.
func (o *AddSeriesOptions) HasIgnoreEpisodesWithoutFiles() bool
HasIgnoreEpisodesWithoutFiles returns a boolean if a field has been set.
func (o *AddSeriesOptions) GetMonitor() MonitorTypes
GetMonitor returns the Monitor field if non-nil, zero value otherwise.
func (o *AddSeriesOptions) GetMonitorOk() (*MonitorTypes, bool)
GetMonitorOk returns a tuple with the Monitor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddSeriesOptions) SetMonitor(v MonitorTypes)
SetMonitor sets Monitor field to given value.
func (o *AddSeriesOptions) HasMonitor() bool
HasMonitor returns a boolean if a field has been set.
func (o *AddSeriesOptions) GetSearchForMissingEpisodes() bool
GetSearchForMissingEpisodes returns the SearchForMissingEpisodes field if non-nil, zero value otherwise.
func (o *AddSeriesOptions) GetSearchForMissingEpisodesOk() (*bool, bool)
GetSearchForMissingEpisodesOk returns a tuple with the SearchForMissingEpisodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddSeriesOptions) SetSearchForMissingEpisodes(v bool)
SetSearchForMissingEpisodes sets SearchForMissingEpisodes field to given value.
func (o *AddSeriesOptions) HasSearchForMissingEpisodes() bool
HasSearchForMissingEpisodes returns a boolean if a field has been set.
func (o *AddSeriesOptions) GetSearchForCutoffUnmetEpisodes() bool
GetSearchForCutoffUnmetEpisodes returns the SearchForCutoffUnmetEpisodes field if non-nil, zero value otherwise.
func (o *AddSeriesOptions) GetSearchForCutoffUnmetEpisodesOk() (*bool, bool)
GetSearchForCutoffUnmetEpisodesOk returns a tuple with the SearchForCutoffUnmetEpisodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddSeriesOptions) SetSearchForCutoffUnmetEpisodes(v bool)
SetSearchForCutoffUnmetEpisodes sets SearchForCutoffUnmetEpisodes field to given value.
func (o *AddSeriesOptions) HasSearchForCutoffUnmetEpisodes() bool
HasSearchForCutoffUnmetEpisodes returns a boolean if a field has been set.