Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.26 KB

AddSeriesOptions.md

File metadata and controls

160 lines (87 loc) · 5.26 KB

AddSeriesOptions

Properties

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]

Methods

NewAddSeriesOptions

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

NewAddSeriesOptionsWithDefaults

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

GetIgnoreEpisodesWithFiles

func (o *AddSeriesOptions) GetIgnoreEpisodesWithFiles() bool

GetIgnoreEpisodesWithFiles returns the IgnoreEpisodesWithFiles field if non-nil, zero value otherwise.

GetIgnoreEpisodesWithFilesOk

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.

SetIgnoreEpisodesWithFiles

func (o *AddSeriesOptions) SetIgnoreEpisodesWithFiles(v bool)

SetIgnoreEpisodesWithFiles sets IgnoreEpisodesWithFiles field to given value.

HasIgnoreEpisodesWithFiles

func (o *AddSeriesOptions) HasIgnoreEpisodesWithFiles() bool

HasIgnoreEpisodesWithFiles returns a boolean if a field has been set.

GetIgnoreEpisodesWithoutFiles

func (o *AddSeriesOptions) GetIgnoreEpisodesWithoutFiles() bool

GetIgnoreEpisodesWithoutFiles returns the IgnoreEpisodesWithoutFiles field if non-nil, zero value otherwise.

GetIgnoreEpisodesWithoutFilesOk

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.

SetIgnoreEpisodesWithoutFiles

func (o *AddSeriesOptions) SetIgnoreEpisodesWithoutFiles(v bool)

SetIgnoreEpisodesWithoutFiles sets IgnoreEpisodesWithoutFiles field to given value.

HasIgnoreEpisodesWithoutFiles

func (o *AddSeriesOptions) HasIgnoreEpisodesWithoutFiles() bool

HasIgnoreEpisodesWithoutFiles returns a boolean if a field has been set.

GetMonitor

func (o *AddSeriesOptions) GetMonitor() MonitorTypes

GetMonitor returns the Monitor field if non-nil, zero value otherwise.

GetMonitorOk

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.

SetMonitor

func (o *AddSeriesOptions) SetMonitor(v MonitorTypes)

SetMonitor sets Monitor field to given value.

HasMonitor

func (o *AddSeriesOptions) HasMonitor() bool

HasMonitor returns a boolean if a field has been set.

GetSearchForMissingEpisodes

func (o *AddSeriesOptions) GetSearchForMissingEpisodes() bool

GetSearchForMissingEpisodes returns the SearchForMissingEpisodes field if non-nil, zero value otherwise.

GetSearchForMissingEpisodesOk

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.

SetSearchForMissingEpisodes

func (o *AddSeriesOptions) SetSearchForMissingEpisodes(v bool)

SetSearchForMissingEpisodes sets SearchForMissingEpisodes field to given value.

HasSearchForMissingEpisodes

func (o *AddSeriesOptions) HasSearchForMissingEpisodes() bool

HasSearchForMissingEpisodes returns a boolean if a field has been set.

GetSearchForCutoffUnmetEpisodes

func (o *AddSeriesOptions) GetSearchForCutoffUnmetEpisodes() bool

GetSearchForCutoffUnmetEpisodes returns the SearchForCutoffUnmetEpisodes field if non-nil, zero value otherwise.

GetSearchForCutoffUnmetEpisodesOk

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.

SetSearchForCutoffUnmetEpisodes

func (o *AddSeriesOptions) SetSearchForCutoffUnmetEpisodes(v bool)

SetSearchForCutoffUnmetEpisodes sets SearchForCutoffUnmetEpisodes field to given value.

HasSearchForCutoffUnmetEpisodes

func (o *AddSeriesOptions) HasSearchForCutoffUnmetEpisodes() bool

HasSearchForCutoffUnmetEpisodes returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]