Skip to content

Latest commit

 

History

History
138 lines (77 loc) · 5.2 KB

File metadata and controls

138 lines (77 loc) · 5.2 KB

SonarrSeriesAddOptionsInner

Properties

Name Type Description Notes
IgnoreEpisodesWithFiles Pointer to NullableBool [optional]
IgnoreEpisodesWithoutFiles Pointer to NullableBool [optional]
SearchForMissingEpisodes Pointer to NullableBool [optional]

Methods

NewSonarrSeriesAddOptionsInner

func NewSonarrSeriesAddOptionsInner() *SonarrSeriesAddOptionsInner

NewSonarrSeriesAddOptionsInner instantiates a new SonarrSeriesAddOptionsInner 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

NewSonarrSeriesAddOptionsInnerWithDefaults

func NewSonarrSeriesAddOptionsInnerWithDefaults() *SonarrSeriesAddOptionsInner

NewSonarrSeriesAddOptionsInnerWithDefaults instantiates a new SonarrSeriesAddOptionsInner 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 *SonarrSeriesAddOptionsInner) GetIgnoreEpisodesWithFiles() bool

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

GetIgnoreEpisodesWithFilesOk

func (o *SonarrSeriesAddOptionsInner) 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 *SonarrSeriesAddOptionsInner) SetIgnoreEpisodesWithFiles(v bool)

SetIgnoreEpisodesWithFiles sets IgnoreEpisodesWithFiles field to given value.

HasIgnoreEpisodesWithFiles

func (o *SonarrSeriesAddOptionsInner) HasIgnoreEpisodesWithFiles() bool

HasIgnoreEpisodesWithFiles returns a boolean if a field has been set.

SetIgnoreEpisodesWithFilesNil

func (o *SonarrSeriesAddOptionsInner) SetIgnoreEpisodesWithFilesNil(b bool)

SetIgnoreEpisodesWithFilesNil sets the value for IgnoreEpisodesWithFiles to be an explicit nil

UnsetIgnoreEpisodesWithFiles

func (o *SonarrSeriesAddOptionsInner) UnsetIgnoreEpisodesWithFiles()

UnsetIgnoreEpisodesWithFiles ensures that no value is present for IgnoreEpisodesWithFiles, not even an explicit nil

GetIgnoreEpisodesWithoutFiles

func (o *SonarrSeriesAddOptionsInner) GetIgnoreEpisodesWithoutFiles() bool

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

GetIgnoreEpisodesWithoutFilesOk

func (o *SonarrSeriesAddOptionsInner) 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 *SonarrSeriesAddOptionsInner) SetIgnoreEpisodesWithoutFiles(v bool)

SetIgnoreEpisodesWithoutFiles sets IgnoreEpisodesWithoutFiles field to given value.

HasIgnoreEpisodesWithoutFiles

func (o *SonarrSeriesAddOptionsInner) HasIgnoreEpisodesWithoutFiles() bool

HasIgnoreEpisodesWithoutFiles returns a boolean if a field has been set.

SetIgnoreEpisodesWithoutFilesNil

func (o *SonarrSeriesAddOptionsInner) SetIgnoreEpisodesWithoutFilesNil(b bool)

SetIgnoreEpisodesWithoutFilesNil sets the value for IgnoreEpisodesWithoutFiles to be an explicit nil

UnsetIgnoreEpisodesWithoutFiles

func (o *SonarrSeriesAddOptionsInner) UnsetIgnoreEpisodesWithoutFiles()

UnsetIgnoreEpisodesWithoutFiles ensures that no value is present for IgnoreEpisodesWithoutFiles, not even an explicit nil

GetSearchForMissingEpisodes

func (o *SonarrSeriesAddOptionsInner) GetSearchForMissingEpisodes() bool

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

GetSearchForMissingEpisodesOk

func (o *SonarrSeriesAddOptionsInner) 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 *SonarrSeriesAddOptionsInner) SetSearchForMissingEpisodes(v bool)

SetSearchForMissingEpisodes sets SearchForMissingEpisodes field to given value.

HasSearchForMissingEpisodes

func (o *SonarrSeriesAddOptionsInner) HasSearchForMissingEpisodes() bool

HasSearchForMissingEpisodes returns a boolean if a field has been set.

SetSearchForMissingEpisodesNil

func (o *SonarrSeriesAddOptionsInner) SetSearchForMissingEpisodesNil(b bool)

SetSearchForMissingEpisodesNil sets the value for SearchForMissingEpisodes to be an explicit nil

UnsetSearchForMissingEpisodes

func (o *SonarrSeriesAddOptionsInner) UnsetSearchForMissingEpisodes()

UnsetSearchForMissingEpisodes ensures that no value is present for SearchForMissingEpisodes, not even an explicit nil

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