Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
RenameEpisodes | Pointer to bool | [optional] | |
ReplaceIllegalCharacters | Pointer to bool | [optional] | |
ColonReplacementFormat | Pointer to int32 | [optional] | |
CustomColonReplacementFormat | Pointer to NullableString | [optional] | |
MultiEpisodeStyle | Pointer to int32 | [optional] | |
StandardEpisodeFormat | Pointer to NullableString | [optional] | |
DailyEpisodeFormat | Pointer to NullableString | [optional] | |
AnimeEpisodeFormat | Pointer to NullableString | [optional] | |
SeriesFolderFormat | Pointer to NullableString | [optional] | |
SeasonFolderFormat | Pointer to NullableString | [optional] | |
SpecialsFolderFormat | Pointer to NullableString | [optional] |
func NewNamingConfigResource() *NamingConfigResource
NewNamingConfigResource instantiates a new NamingConfigResource 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 NewNamingConfigResourceWithDefaults() *NamingConfigResource
NewNamingConfigResourceWithDefaults instantiates a new NamingConfigResource 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 *NamingConfigResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *NamingConfigResource) GetIdOk() (*int32, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamingConfigResource) SetId(v int32)
SetId sets Id field to given value.
func (o *NamingConfigResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *NamingConfigResource) GetRenameEpisodes() bool
GetRenameEpisodes returns the RenameEpisodes field if non-nil, zero value otherwise.
func (o *NamingConfigResource) GetRenameEpisodesOk() (*bool, bool)
GetRenameEpisodesOk returns a tuple with the RenameEpisodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamingConfigResource) SetRenameEpisodes(v bool)
SetRenameEpisodes sets RenameEpisodes field to given value.
func (o *NamingConfigResource) HasRenameEpisodes() bool
HasRenameEpisodes returns a boolean if a field has been set.
func (o *NamingConfigResource) GetReplaceIllegalCharacters() bool
GetReplaceIllegalCharacters returns the ReplaceIllegalCharacters field if non-nil, zero value otherwise.
func (o *NamingConfigResource) GetReplaceIllegalCharactersOk() (*bool, bool)
GetReplaceIllegalCharactersOk returns a tuple with the ReplaceIllegalCharacters field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamingConfigResource) SetReplaceIllegalCharacters(v bool)
SetReplaceIllegalCharacters sets ReplaceIllegalCharacters field to given value.
func (o *NamingConfigResource) HasReplaceIllegalCharacters() bool
HasReplaceIllegalCharacters returns a boolean if a field has been set.
func (o *NamingConfigResource) GetColonReplacementFormat() int32
GetColonReplacementFormat returns the ColonReplacementFormat field if non-nil, zero value otherwise.
func (o *NamingConfigResource) GetColonReplacementFormatOk() (*int32, bool)
GetColonReplacementFormatOk returns a tuple with the ColonReplacementFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamingConfigResource) SetColonReplacementFormat(v int32)
SetColonReplacementFormat sets ColonReplacementFormat field to given value.
func (o *NamingConfigResource) HasColonReplacementFormat() bool
HasColonReplacementFormat returns a boolean if a field has been set.
func (o *NamingConfigResource) GetCustomColonReplacementFormat() string
GetCustomColonReplacementFormat returns the CustomColonReplacementFormat field if non-nil, zero value otherwise.
func (o *NamingConfigResource) GetCustomColonReplacementFormatOk() (*string, bool)
GetCustomColonReplacementFormatOk returns a tuple with the CustomColonReplacementFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamingConfigResource) SetCustomColonReplacementFormat(v string)
SetCustomColonReplacementFormat sets CustomColonReplacementFormat field to given value.
func (o *NamingConfigResource) HasCustomColonReplacementFormat() bool
HasCustomColonReplacementFormat returns a boolean if a field has been set.
func (o *NamingConfigResource) SetCustomColonReplacementFormatNil(b bool)
SetCustomColonReplacementFormatNil sets the value for CustomColonReplacementFormat to be an explicit nil
func (o *NamingConfigResource) UnsetCustomColonReplacementFormat()
UnsetCustomColonReplacementFormat ensures that no value is present for CustomColonReplacementFormat, not even an explicit nil
func (o *NamingConfigResource) GetMultiEpisodeStyle() int32
GetMultiEpisodeStyle returns the MultiEpisodeStyle field if non-nil, zero value otherwise.
func (o *NamingConfigResource) GetMultiEpisodeStyleOk() (*int32, bool)
GetMultiEpisodeStyleOk returns a tuple with the MultiEpisodeStyle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamingConfigResource) SetMultiEpisodeStyle(v int32)
SetMultiEpisodeStyle sets MultiEpisodeStyle field to given value.
func (o *NamingConfigResource) HasMultiEpisodeStyle() bool
HasMultiEpisodeStyle returns a boolean if a field has been set.
func (o *NamingConfigResource) GetStandardEpisodeFormat() string
GetStandardEpisodeFormat returns the StandardEpisodeFormat field if non-nil, zero value otherwise.
func (o *NamingConfigResource) GetStandardEpisodeFormatOk() (*string, bool)
GetStandardEpisodeFormatOk returns a tuple with the StandardEpisodeFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamingConfigResource) SetStandardEpisodeFormat(v string)
SetStandardEpisodeFormat sets StandardEpisodeFormat field to given value.
func (o *NamingConfigResource) HasStandardEpisodeFormat() bool
HasStandardEpisodeFormat returns a boolean if a field has been set.
func (o *NamingConfigResource) SetStandardEpisodeFormatNil(b bool)
SetStandardEpisodeFormatNil sets the value for StandardEpisodeFormat to be an explicit nil
func (o *NamingConfigResource) UnsetStandardEpisodeFormat()
UnsetStandardEpisodeFormat ensures that no value is present for StandardEpisodeFormat, not even an explicit nil
func (o *NamingConfigResource) GetDailyEpisodeFormat() string
GetDailyEpisodeFormat returns the DailyEpisodeFormat field if non-nil, zero value otherwise.
func (o *NamingConfigResource) GetDailyEpisodeFormatOk() (*string, bool)
GetDailyEpisodeFormatOk returns a tuple with the DailyEpisodeFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamingConfigResource) SetDailyEpisodeFormat(v string)
SetDailyEpisodeFormat sets DailyEpisodeFormat field to given value.
func (o *NamingConfigResource) HasDailyEpisodeFormat() bool
HasDailyEpisodeFormat returns a boolean if a field has been set.
func (o *NamingConfigResource) SetDailyEpisodeFormatNil(b bool)
SetDailyEpisodeFormatNil sets the value for DailyEpisodeFormat to be an explicit nil
func (o *NamingConfigResource) UnsetDailyEpisodeFormat()
UnsetDailyEpisodeFormat ensures that no value is present for DailyEpisodeFormat, not even an explicit nil
func (o *NamingConfigResource) GetAnimeEpisodeFormat() string
GetAnimeEpisodeFormat returns the AnimeEpisodeFormat field if non-nil, zero value otherwise.
func (o *NamingConfigResource) GetAnimeEpisodeFormatOk() (*string, bool)
GetAnimeEpisodeFormatOk returns a tuple with the AnimeEpisodeFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamingConfigResource) SetAnimeEpisodeFormat(v string)
SetAnimeEpisodeFormat sets AnimeEpisodeFormat field to given value.
func (o *NamingConfigResource) HasAnimeEpisodeFormat() bool
HasAnimeEpisodeFormat returns a boolean if a field has been set.
func (o *NamingConfigResource) SetAnimeEpisodeFormatNil(b bool)
SetAnimeEpisodeFormatNil sets the value for AnimeEpisodeFormat to be an explicit nil
func (o *NamingConfigResource) UnsetAnimeEpisodeFormat()
UnsetAnimeEpisodeFormat ensures that no value is present for AnimeEpisodeFormat, not even an explicit nil
func (o *NamingConfigResource) GetSeriesFolderFormat() string
GetSeriesFolderFormat returns the SeriesFolderFormat field if non-nil, zero value otherwise.
func (o *NamingConfigResource) GetSeriesFolderFormatOk() (*string, bool)
GetSeriesFolderFormatOk returns a tuple with the SeriesFolderFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamingConfigResource) SetSeriesFolderFormat(v string)
SetSeriesFolderFormat sets SeriesFolderFormat field to given value.
func (o *NamingConfigResource) HasSeriesFolderFormat() bool
HasSeriesFolderFormat returns a boolean if a field has been set.
func (o *NamingConfigResource) SetSeriesFolderFormatNil(b bool)
SetSeriesFolderFormatNil sets the value for SeriesFolderFormat to be an explicit nil
func (o *NamingConfigResource) UnsetSeriesFolderFormat()
UnsetSeriesFolderFormat ensures that no value is present for SeriesFolderFormat, not even an explicit nil
func (o *NamingConfigResource) GetSeasonFolderFormat() string
GetSeasonFolderFormat returns the SeasonFolderFormat field if non-nil, zero value otherwise.
func (o *NamingConfigResource) GetSeasonFolderFormatOk() (*string, bool)
GetSeasonFolderFormatOk returns a tuple with the SeasonFolderFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamingConfigResource) SetSeasonFolderFormat(v string)
SetSeasonFolderFormat sets SeasonFolderFormat field to given value.
func (o *NamingConfigResource) HasSeasonFolderFormat() bool
HasSeasonFolderFormat returns a boolean if a field has been set.
func (o *NamingConfigResource) SetSeasonFolderFormatNil(b bool)
SetSeasonFolderFormatNil sets the value for SeasonFolderFormat to be an explicit nil
func (o *NamingConfigResource) UnsetSeasonFolderFormat()
UnsetSeasonFolderFormat ensures that no value is present for SeasonFolderFormat, not even an explicit nil
func (o *NamingConfigResource) GetSpecialsFolderFormat() string
GetSpecialsFolderFormat returns the SpecialsFolderFormat field if non-nil, zero value otherwise.
func (o *NamingConfigResource) GetSpecialsFolderFormatOk() (*string, bool)
GetSpecialsFolderFormatOk returns a tuple with the SpecialsFolderFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamingConfigResource) SetSpecialsFolderFormat(v string)
SetSpecialsFolderFormat sets SpecialsFolderFormat field to given value.
func (o *NamingConfigResource) HasSpecialsFolderFormat() bool
HasSpecialsFolderFormat returns a boolean if a field has been set.
func (o *NamingConfigResource) SetSpecialsFolderFormatNil(b bool)
SetSpecialsFolderFormatNil sets the value for SpecialsFolderFormat to be an explicit nil
func (o *NamingConfigResource) UnsetSpecialsFolderFormat()
UnsetSpecialsFolderFormat ensures that no value is present for SpecialsFolderFormat, not even an explicit nil