Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
AutoUnmonitorPreviouslyDownloadedEpisodes | Pointer to bool | [optional] | |
RecycleBin | Pointer to NullableString | [optional] | |
RecycleBinCleanupDays | Pointer to int32 | [optional] | |
DownloadPropersAndRepacks | Pointer to ProperDownloadTypes | [optional] | |
CreateEmptySeriesFolders | Pointer to bool | [optional] | |
DeleteEmptyFolders | Pointer to bool | [optional] | |
FileDate | Pointer to FileDateType | [optional] | |
RescanAfterRefresh | Pointer to RescanAfterRefreshType | [optional] | |
SetPermissionsLinux | Pointer to bool | [optional] | |
ChmodFolder | Pointer to NullableString | [optional] | |
ChownGroup | Pointer to NullableString | [optional] | |
EpisodeTitleRequired | Pointer to EpisodeTitleRequiredType | [optional] | |
SkipFreeSpaceCheckWhenImporting | Pointer to bool | [optional] | |
MinimumFreeSpaceWhenImporting | Pointer to int32 | [optional] | |
CopyUsingHardlinks | Pointer to bool | [optional] | |
UseScriptImport | Pointer to bool | [optional] | |
ScriptImportPath | Pointer to NullableString | [optional] | |
ImportExtraFiles | Pointer to bool | [optional] | |
ExtraFileExtensions | Pointer to NullableString | [optional] | |
EnableMediaInfo | Pointer to bool | [optional] |
func NewMediaManagementConfigResource() *MediaManagementConfigResource
NewMediaManagementConfigResource instantiates a new MediaManagementConfigResource 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 NewMediaManagementConfigResourceWithDefaults() *MediaManagementConfigResource
NewMediaManagementConfigResourceWithDefaults instantiates a new MediaManagementConfigResource 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 *MediaManagementConfigResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *MediaManagementConfigResource) 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 *MediaManagementConfigResource) SetId(v int32)
SetId sets Id field to given value.
func (o *MediaManagementConfigResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *MediaManagementConfigResource) GetAutoUnmonitorPreviouslyDownloadedEpisodes() bool
GetAutoUnmonitorPreviouslyDownloadedEpisodes returns the AutoUnmonitorPreviouslyDownloadedEpisodes field if non-nil, zero value otherwise.
func (o *MediaManagementConfigResource) GetAutoUnmonitorPreviouslyDownloadedEpisodesOk() (*bool, bool)
GetAutoUnmonitorPreviouslyDownloadedEpisodesOk returns a tuple with the AutoUnmonitorPreviouslyDownloadedEpisodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaManagementConfigResource) SetAutoUnmonitorPreviouslyDownloadedEpisodes(v bool)
SetAutoUnmonitorPreviouslyDownloadedEpisodes sets AutoUnmonitorPreviouslyDownloadedEpisodes field to given value.
func (o *MediaManagementConfigResource) HasAutoUnmonitorPreviouslyDownloadedEpisodes() bool
HasAutoUnmonitorPreviouslyDownloadedEpisodes returns a boolean if a field has been set.
func (o *MediaManagementConfigResource) GetRecycleBin() string
GetRecycleBin returns the RecycleBin field if non-nil, zero value otherwise.
func (o *MediaManagementConfigResource) GetRecycleBinOk() (*string, bool)
GetRecycleBinOk returns a tuple with the RecycleBin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaManagementConfigResource) SetRecycleBin(v string)
SetRecycleBin sets RecycleBin field to given value.
func (o *MediaManagementConfigResource) HasRecycleBin() bool
HasRecycleBin returns a boolean if a field has been set.
func (o *MediaManagementConfigResource) SetRecycleBinNil(b bool)
SetRecycleBinNil sets the value for RecycleBin to be an explicit nil
func (o *MediaManagementConfigResource) UnsetRecycleBin()
UnsetRecycleBin ensures that no value is present for RecycleBin, not even an explicit nil
func (o *MediaManagementConfigResource) GetRecycleBinCleanupDays() int32
GetRecycleBinCleanupDays returns the RecycleBinCleanupDays field if non-nil, zero value otherwise.
func (o *MediaManagementConfigResource) GetRecycleBinCleanupDaysOk() (*int32, bool)
GetRecycleBinCleanupDaysOk returns a tuple with the RecycleBinCleanupDays field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaManagementConfigResource) SetRecycleBinCleanupDays(v int32)
SetRecycleBinCleanupDays sets RecycleBinCleanupDays field to given value.
func (o *MediaManagementConfigResource) HasRecycleBinCleanupDays() bool
HasRecycleBinCleanupDays returns a boolean if a field has been set.
func (o *MediaManagementConfigResource) GetDownloadPropersAndRepacks() ProperDownloadTypes
GetDownloadPropersAndRepacks returns the DownloadPropersAndRepacks field if non-nil, zero value otherwise.
func (o *MediaManagementConfigResource) GetDownloadPropersAndRepacksOk() (*ProperDownloadTypes, bool)
GetDownloadPropersAndRepacksOk returns a tuple with the DownloadPropersAndRepacks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaManagementConfigResource) SetDownloadPropersAndRepacks(v ProperDownloadTypes)
SetDownloadPropersAndRepacks sets DownloadPropersAndRepacks field to given value.
func (o *MediaManagementConfigResource) HasDownloadPropersAndRepacks() bool
HasDownloadPropersAndRepacks returns a boolean if a field has been set.
func (o *MediaManagementConfigResource) GetCreateEmptySeriesFolders() bool
GetCreateEmptySeriesFolders returns the CreateEmptySeriesFolders field if non-nil, zero value otherwise.
func (o *MediaManagementConfigResource) GetCreateEmptySeriesFoldersOk() (*bool, bool)
GetCreateEmptySeriesFoldersOk returns a tuple with the CreateEmptySeriesFolders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaManagementConfigResource) SetCreateEmptySeriesFolders(v bool)
SetCreateEmptySeriesFolders sets CreateEmptySeriesFolders field to given value.
func (o *MediaManagementConfigResource) HasCreateEmptySeriesFolders() bool
HasCreateEmptySeriesFolders returns a boolean if a field has been set.
func (o *MediaManagementConfigResource) GetDeleteEmptyFolders() bool
GetDeleteEmptyFolders returns the DeleteEmptyFolders field if non-nil, zero value otherwise.
func (o *MediaManagementConfigResource) GetDeleteEmptyFoldersOk() (*bool, bool)
GetDeleteEmptyFoldersOk returns a tuple with the DeleteEmptyFolders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaManagementConfigResource) SetDeleteEmptyFolders(v bool)
SetDeleteEmptyFolders sets DeleteEmptyFolders field to given value.
func (o *MediaManagementConfigResource) HasDeleteEmptyFolders() bool
HasDeleteEmptyFolders returns a boolean if a field has been set.
func (o *MediaManagementConfigResource) GetFileDate() FileDateType
GetFileDate returns the FileDate field if non-nil, zero value otherwise.
func (o *MediaManagementConfigResource) GetFileDateOk() (*FileDateType, bool)
GetFileDateOk returns a tuple with the FileDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaManagementConfigResource) SetFileDate(v FileDateType)
SetFileDate sets FileDate field to given value.
func (o *MediaManagementConfigResource) HasFileDate() bool
HasFileDate returns a boolean if a field has been set.
func (o *MediaManagementConfigResource) GetRescanAfterRefresh() RescanAfterRefreshType
GetRescanAfterRefresh returns the RescanAfterRefresh field if non-nil, zero value otherwise.
func (o *MediaManagementConfigResource) GetRescanAfterRefreshOk() (*RescanAfterRefreshType, bool)
GetRescanAfterRefreshOk returns a tuple with the RescanAfterRefresh field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaManagementConfigResource) SetRescanAfterRefresh(v RescanAfterRefreshType)
SetRescanAfterRefresh sets RescanAfterRefresh field to given value.
func (o *MediaManagementConfigResource) HasRescanAfterRefresh() bool
HasRescanAfterRefresh returns a boolean if a field has been set.
func (o *MediaManagementConfigResource) GetSetPermissionsLinux() bool
GetSetPermissionsLinux returns the SetPermissionsLinux field if non-nil, zero value otherwise.
func (o *MediaManagementConfigResource) GetSetPermissionsLinuxOk() (*bool, bool)
GetSetPermissionsLinuxOk returns a tuple with the SetPermissionsLinux field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaManagementConfigResource) SetSetPermissionsLinux(v bool)
SetSetPermissionsLinux sets SetPermissionsLinux field to given value.
func (o *MediaManagementConfigResource) HasSetPermissionsLinux() bool
HasSetPermissionsLinux returns a boolean if a field has been set.
func (o *MediaManagementConfigResource) GetChmodFolder() string
GetChmodFolder returns the ChmodFolder field if non-nil, zero value otherwise.
func (o *MediaManagementConfigResource) GetChmodFolderOk() (*string, bool)
GetChmodFolderOk returns a tuple with the ChmodFolder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaManagementConfigResource) SetChmodFolder(v string)
SetChmodFolder sets ChmodFolder field to given value.
func (o *MediaManagementConfigResource) HasChmodFolder() bool
HasChmodFolder returns a boolean if a field has been set.
func (o *MediaManagementConfigResource) SetChmodFolderNil(b bool)
SetChmodFolderNil sets the value for ChmodFolder to be an explicit nil
func (o *MediaManagementConfigResource) UnsetChmodFolder()
UnsetChmodFolder ensures that no value is present for ChmodFolder, not even an explicit nil
func (o *MediaManagementConfigResource) GetChownGroup() string
GetChownGroup returns the ChownGroup field if non-nil, zero value otherwise.
func (o *MediaManagementConfigResource) GetChownGroupOk() (*string, bool)
GetChownGroupOk returns a tuple with the ChownGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaManagementConfigResource) SetChownGroup(v string)
SetChownGroup sets ChownGroup field to given value.
func (o *MediaManagementConfigResource) HasChownGroup() bool
HasChownGroup returns a boolean if a field has been set.
func (o *MediaManagementConfigResource) SetChownGroupNil(b bool)
SetChownGroupNil sets the value for ChownGroup to be an explicit nil
func (o *MediaManagementConfigResource) UnsetChownGroup()
UnsetChownGroup ensures that no value is present for ChownGroup, not even an explicit nil
func (o *MediaManagementConfigResource) GetEpisodeTitleRequired() EpisodeTitleRequiredType
GetEpisodeTitleRequired returns the EpisodeTitleRequired field if non-nil, zero value otherwise.
func (o *MediaManagementConfigResource) GetEpisodeTitleRequiredOk() (*EpisodeTitleRequiredType, bool)
GetEpisodeTitleRequiredOk returns a tuple with the EpisodeTitleRequired field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaManagementConfigResource) SetEpisodeTitleRequired(v EpisodeTitleRequiredType)
SetEpisodeTitleRequired sets EpisodeTitleRequired field to given value.
func (o *MediaManagementConfigResource) HasEpisodeTitleRequired() bool
HasEpisodeTitleRequired returns a boolean if a field has been set.
func (o *MediaManagementConfigResource) GetSkipFreeSpaceCheckWhenImporting() bool
GetSkipFreeSpaceCheckWhenImporting returns the SkipFreeSpaceCheckWhenImporting field if non-nil, zero value otherwise.
func (o *MediaManagementConfigResource) GetSkipFreeSpaceCheckWhenImportingOk() (*bool, bool)
GetSkipFreeSpaceCheckWhenImportingOk returns a tuple with the SkipFreeSpaceCheckWhenImporting field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaManagementConfigResource) SetSkipFreeSpaceCheckWhenImporting(v bool)
SetSkipFreeSpaceCheckWhenImporting sets SkipFreeSpaceCheckWhenImporting field to given value.
func (o *MediaManagementConfigResource) HasSkipFreeSpaceCheckWhenImporting() bool
HasSkipFreeSpaceCheckWhenImporting returns a boolean if a field has been set.
func (o *MediaManagementConfigResource) GetMinimumFreeSpaceWhenImporting() int32
GetMinimumFreeSpaceWhenImporting returns the MinimumFreeSpaceWhenImporting field if non-nil, zero value otherwise.
func (o *MediaManagementConfigResource) GetMinimumFreeSpaceWhenImportingOk() (*int32, bool)
GetMinimumFreeSpaceWhenImportingOk returns a tuple with the MinimumFreeSpaceWhenImporting field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaManagementConfigResource) SetMinimumFreeSpaceWhenImporting(v int32)
SetMinimumFreeSpaceWhenImporting sets MinimumFreeSpaceWhenImporting field to given value.
func (o *MediaManagementConfigResource) HasMinimumFreeSpaceWhenImporting() bool
HasMinimumFreeSpaceWhenImporting returns a boolean if a field has been set.
func (o *MediaManagementConfigResource) GetCopyUsingHardlinks() bool
GetCopyUsingHardlinks returns the CopyUsingHardlinks field if non-nil, zero value otherwise.
func (o *MediaManagementConfigResource) GetCopyUsingHardlinksOk() (*bool, bool)
GetCopyUsingHardlinksOk returns a tuple with the CopyUsingHardlinks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaManagementConfigResource) SetCopyUsingHardlinks(v bool)
SetCopyUsingHardlinks sets CopyUsingHardlinks field to given value.
func (o *MediaManagementConfigResource) HasCopyUsingHardlinks() bool
HasCopyUsingHardlinks returns a boolean if a field has been set.
func (o *MediaManagementConfigResource) GetUseScriptImport() bool
GetUseScriptImport returns the UseScriptImport field if non-nil, zero value otherwise.
func (o *MediaManagementConfigResource) GetUseScriptImportOk() (*bool, bool)
GetUseScriptImportOk returns a tuple with the UseScriptImport field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaManagementConfigResource) SetUseScriptImport(v bool)
SetUseScriptImport sets UseScriptImport field to given value.
func (o *MediaManagementConfigResource) HasUseScriptImport() bool
HasUseScriptImport returns a boolean if a field has been set.
func (o *MediaManagementConfigResource) GetScriptImportPath() string
GetScriptImportPath returns the ScriptImportPath field if non-nil, zero value otherwise.
func (o *MediaManagementConfigResource) GetScriptImportPathOk() (*string, bool)
GetScriptImportPathOk returns a tuple with the ScriptImportPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaManagementConfigResource) SetScriptImportPath(v string)
SetScriptImportPath sets ScriptImportPath field to given value.
func (o *MediaManagementConfigResource) HasScriptImportPath() bool
HasScriptImportPath returns a boolean if a field has been set.
func (o *MediaManagementConfigResource) SetScriptImportPathNil(b bool)
SetScriptImportPathNil sets the value for ScriptImportPath to be an explicit nil
func (o *MediaManagementConfigResource) UnsetScriptImportPath()
UnsetScriptImportPath ensures that no value is present for ScriptImportPath, not even an explicit nil
func (o *MediaManagementConfigResource) GetImportExtraFiles() bool
GetImportExtraFiles returns the ImportExtraFiles field if non-nil, zero value otherwise.
func (o *MediaManagementConfigResource) GetImportExtraFilesOk() (*bool, bool)
GetImportExtraFilesOk returns a tuple with the ImportExtraFiles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaManagementConfigResource) SetImportExtraFiles(v bool)
SetImportExtraFiles sets ImportExtraFiles field to given value.
func (o *MediaManagementConfigResource) HasImportExtraFiles() bool
HasImportExtraFiles returns a boolean if a field has been set.
func (o *MediaManagementConfigResource) GetExtraFileExtensions() string
GetExtraFileExtensions returns the ExtraFileExtensions field if non-nil, zero value otherwise.
func (o *MediaManagementConfigResource) GetExtraFileExtensionsOk() (*string, bool)
GetExtraFileExtensionsOk returns a tuple with the ExtraFileExtensions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaManagementConfigResource) SetExtraFileExtensions(v string)
SetExtraFileExtensions sets ExtraFileExtensions field to given value.
func (o *MediaManagementConfigResource) HasExtraFileExtensions() bool
HasExtraFileExtensions returns a boolean if a field has been set.
func (o *MediaManagementConfigResource) SetExtraFileExtensionsNil(b bool)
SetExtraFileExtensionsNil sets the value for ExtraFileExtensions to be an explicit nil
func (o *MediaManagementConfigResource) UnsetExtraFileExtensions()
UnsetExtraFileExtensions ensures that no value is present for ExtraFileExtensions, not even an explicit nil
func (o *MediaManagementConfigResource) GetEnableMediaInfo() bool
GetEnableMediaInfo returns the EnableMediaInfo field if non-nil, zero value otherwise.
func (o *MediaManagementConfigResource) GetEnableMediaInfoOk() (*bool, bool)
GetEnableMediaInfoOk returns a tuple with the EnableMediaInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaManagementConfigResource) SetEnableMediaInfo(v bool)
SetEnableMediaInfo sets EnableMediaInfo field to given value.
func (o *MediaManagementConfigResource) HasEnableMediaInfo() bool
HasEnableMediaInfo returns a boolean if a field has been set.