| Name | Type | Description | Notes |
|---|---|---|---|
| IgnoreEpisodesWithFiles | Pointer to NullableBool | [optional] | |
| IgnoreEpisodesWithoutFiles | Pointer to NullableBool | [optional] | |
| SearchForMissingEpisodes | Pointer to NullableBool | [optional] |
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
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
func (o *SonarrSeriesAddOptionsInner) GetIgnoreEpisodesWithFiles() bool
GetIgnoreEpisodesWithFiles returns the IgnoreEpisodesWithFiles field if non-nil, zero value otherwise.
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.
func (o *SonarrSeriesAddOptionsInner) SetIgnoreEpisodesWithFiles(v bool)
SetIgnoreEpisodesWithFiles sets IgnoreEpisodesWithFiles field to given value.
func (o *SonarrSeriesAddOptionsInner) HasIgnoreEpisodesWithFiles() bool
HasIgnoreEpisodesWithFiles returns a boolean if a field has been set.
func (o *SonarrSeriesAddOptionsInner) SetIgnoreEpisodesWithFilesNil(b bool)
SetIgnoreEpisodesWithFilesNil sets the value for IgnoreEpisodesWithFiles to be an explicit nil
func (o *SonarrSeriesAddOptionsInner) UnsetIgnoreEpisodesWithFiles()
UnsetIgnoreEpisodesWithFiles ensures that no value is present for IgnoreEpisodesWithFiles, not even an explicit nil
func (o *SonarrSeriesAddOptionsInner) GetIgnoreEpisodesWithoutFiles() bool
GetIgnoreEpisodesWithoutFiles returns the IgnoreEpisodesWithoutFiles field if non-nil, zero value otherwise.
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.
func (o *SonarrSeriesAddOptionsInner) SetIgnoreEpisodesWithoutFiles(v bool)
SetIgnoreEpisodesWithoutFiles sets IgnoreEpisodesWithoutFiles field to given value.
func (o *SonarrSeriesAddOptionsInner) HasIgnoreEpisodesWithoutFiles() bool
HasIgnoreEpisodesWithoutFiles returns a boolean if a field has been set.
func (o *SonarrSeriesAddOptionsInner) SetIgnoreEpisodesWithoutFilesNil(b bool)
SetIgnoreEpisodesWithoutFilesNil sets the value for IgnoreEpisodesWithoutFiles to be an explicit nil
func (o *SonarrSeriesAddOptionsInner) UnsetIgnoreEpisodesWithoutFiles()
UnsetIgnoreEpisodesWithoutFiles ensures that no value is present for IgnoreEpisodesWithoutFiles, not even an explicit nil
func (o *SonarrSeriesAddOptionsInner) GetSearchForMissingEpisodes() bool
GetSearchForMissingEpisodes returns the SearchForMissingEpisodes field if non-nil, zero value otherwise.
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.
func (o *SonarrSeriesAddOptionsInner) SetSearchForMissingEpisodes(v bool)
SetSearchForMissingEpisodes sets SearchForMissingEpisodes field to given value.
func (o *SonarrSeriesAddOptionsInner) HasSearchForMissingEpisodes() bool
HasSearchForMissingEpisodes returns a boolean if a field has been set.
func (o *SonarrSeriesAddOptionsInner) SetSearchForMissingEpisodesNil(b bool)
SetSearchForMissingEpisodesNil sets the value for SearchForMissingEpisodes to be an explicit nil
func (o *SonarrSeriesAddOptionsInner) UnsetSearchForMissingEpisodes()
UnsetSearchForMissingEpisodes ensures that no value is present for SearchForMissingEpisodes, not even an explicit nil