Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
RenameMovies | Pointer to bool | [optional] | |
ReplaceIllegalCharacters | Pointer to bool | [optional] | |
ColonReplacementFormat | Pointer to ColonReplacementFormat | [optional] | |
StandardMovieFormat | Pointer to NullableString | [optional] | |
MovieFolderFormat | 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) GetRenameMovies() bool
GetRenameMovies returns the RenameMovies field if non-nil, zero value otherwise.
func (o *NamingConfigResource) GetRenameMoviesOk() (*bool, bool)
GetRenameMoviesOk returns a tuple with the RenameMovies field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamingConfigResource) SetRenameMovies(v bool)
SetRenameMovies sets RenameMovies field to given value.
func (o *NamingConfigResource) HasRenameMovies() bool
HasRenameMovies 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() ColonReplacementFormat
GetColonReplacementFormat returns the ColonReplacementFormat field if non-nil, zero value otherwise.
func (o *NamingConfigResource) GetColonReplacementFormatOk() (*ColonReplacementFormat, 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 ColonReplacementFormat)
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) GetStandardMovieFormat() string
GetStandardMovieFormat returns the StandardMovieFormat field if non-nil, zero value otherwise.
func (o *NamingConfigResource) GetStandardMovieFormatOk() (*string, bool)
GetStandardMovieFormatOk returns a tuple with the StandardMovieFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamingConfigResource) SetStandardMovieFormat(v string)
SetStandardMovieFormat sets StandardMovieFormat field to given value.
func (o *NamingConfigResource) HasStandardMovieFormat() bool
HasStandardMovieFormat returns a boolean if a field has been set.
func (o *NamingConfigResource) SetStandardMovieFormatNil(b bool)
SetStandardMovieFormatNil sets the value for StandardMovieFormat to be an explicit nil
func (o *NamingConfigResource) UnsetStandardMovieFormat()
UnsetStandardMovieFormat ensures that no value is present for StandardMovieFormat, not even an explicit nil
func (o *NamingConfigResource) GetMovieFolderFormat() string
GetMovieFolderFormat returns the MovieFolderFormat field if non-nil, zero value otherwise.
func (o *NamingConfigResource) GetMovieFolderFormatOk() (*string, bool)
GetMovieFolderFormatOk returns a tuple with the MovieFolderFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamingConfigResource) SetMovieFolderFormat(v string)
SetMovieFolderFormat sets MovieFolderFormat field to given value.
func (o *NamingConfigResource) HasMovieFolderFormat() bool
HasMovieFolderFormat returns a boolean if a field has been set.
func (o *NamingConfigResource) SetMovieFolderFormatNil(b bool)
SetMovieFolderFormatNil sets the value for MovieFolderFormat to be an explicit nil
func (o *NamingConfigResource) UnsetMovieFolderFormat()
UnsetMovieFolderFormat ensures that no value is present for MovieFolderFormat, not even an explicit nil