| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| Guid | Pointer to NullableString | [optional] | |
| Quality | Pointer to QualityModel | [optional] | |
| QualityWeight | Pointer to int32 | [optional] | |
| Age | Pointer to int32 | [optional] | |
| AgeHours | Pointer to float64 | [optional] | |
| AgeMinutes | Pointer to float64 | [optional] | |
| Size | Pointer to int64 | [optional] | |
| IndexerId | Pointer to int32 | [optional] | |
| Indexer | Pointer to NullableString | [optional] | |
| ReleaseGroup | Pointer to NullableString | [optional] | |
| SubGroup | Pointer to NullableString | [optional] | |
| ReleaseHash | Pointer to NullableString | [optional] | |
| Title | Pointer to NullableString | [optional] | |
| FullSeason | Pointer to bool | [optional] | |
| SceneSource | Pointer to bool | [optional] | |
| SeasonNumber | Pointer to int32 | [optional] | |
| Languages | Pointer to []Language | [optional] | |
| LanguageWeight | Pointer to int32 | [optional] | |
| AirDate | Pointer to NullableString | [optional] | |
| SeriesTitle | Pointer to NullableString | [optional] | |
| EpisodeNumbers | Pointer to []int32 | [optional] | |
| AbsoluteEpisodeNumbers | Pointer to []int32 | [optional] | |
| MappedSeasonNumber | Pointer to NullableInt32 | [optional] | |
| MappedEpisodeNumbers | Pointer to []int32 | [optional] | |
| MappedAbsoluteEpisodeNumbers | Pointer to []int32 | [optional] | |
| MappedSeriesId | Pointer to NullableInt32 | [optional] | |
| MappedEpisodeInfo | Pointer to []ReleaseEpisodeResource | [optional] | |
| Approved | Pointer to bool | [optional] | |
| TemporarilyRejected | Pointer to bool | [optional] | |
| Rejected | Pointer to bool | [optional] | |
| TvdbId | Pointer to int32 | [optional] | |
| TvRageId | Pointer to int32 | [optional] | |
| ImdbId | Pointer to NullableString | [optional] | |
| Rejections | Pointer to []string | [optional] | |
| PublishDate | Pointer to time.Time | [optional] | |
| CommentUrl | Pointer to NullableString | [optional] | |
| DownloadUrl | Pointer to NullableString | [optional] | |
| InfoUrl | Pointer to NullableString | [optional] | |
| EpisodeRequested | Pointer to bool | [optional] | |
| DownloadAllowed | Pointer to bool | [optional] | |
| ReleaseWeight | Pointer to int32 | [optional] | |
| CustomFormats | Pointer to []CustomFormatResource | [optional] | |
| CustomFormatScore | Pointer to int32 | [optional] | |
| SceneMapping | Pointer to AlternateTitleResource | [optional] | |
| MagnetUrl | Pointer to NullableString | [optional] | |
| InfoHash | Pointer to NullableString | [optional] | |
| Seeders | Pointer to NullableInt32 | [optional] | |
| Leechers | Pointer to NullableInt32 | [optional] | |
| Protocol | Pointer to DownloadProtocol | [optional] | |
| IndexerFlags | Pointer to int32 | [optional] | |
| IsDaily | Pointer to bool | [optional] | |
| IsAbsoluteNumbering | Pointer to bool | [optional] | |
| IsPossibleSpecialEpisode | Pointer to bool | [optional] | |
| Special | Pointer to bool | [optional] | |
| SeriesId | Pointer to NullableInt32 | [optional] | |
| EpisodeId | Pointer to NullableInt32 | [optional] | |
| EpisodeIds | Pointer to []int32 | [optional] | |
| DownloadClientId | Pointer to NullableInt32 | [optional] | |
| DownloadClient | Pointer to NullableString | [optional] | |
| ShouldOverride | Pointer to NullableBool | [optional] |
func NewReleaseResource() *ReleaseResource
NewReleaseResource instantiates a new ReleaseResource 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 NewReleaseResourceWithDefaults() *ReleaseResource
NewReleaseResourceWithDefaults instantiates a new ReleaseResource 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 *ReleaseResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ReleaseResource) 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 *ReleaseResource) SetId(v int32)
SetId sets Id field to given value.
func (o *ReleaseResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ReleaseResource) GetGuid() string
GetGuid returns the Guid field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetGuidOk() (*string, bool)
GetGuidOk returns a tuple with the Guid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetGuid(v string)
SetGuid sets Guid field to given value.
func (o *ReleaseResource) HasGuid() bool
HasGuid returns a boolean if a field has been set.
func (o *ReleaseResource) SetGuidNil(b bool)
SetGuidNil sets the value for Guid to be an explicit nil
func (o *ReleaseResource) UnsetGuid()
UnsetGuid ensures that no value is present for Guid, not even an explicit nil
func (o *ReleaseResource) GetQuality() QualityModel
GetQuality returns the Quality field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetQualityOk() (*QualityModel, bool)
GetQualityOk returns a tuple with the Quality field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetQuality(v QualityModel)
SetQuality sets Quality field to given value.
func (o *ReleaseResource) HasQuality() bool
HasQuality returns a boolean if a field has been set.
func (o *ReleaseResource) GetQualityWeight() int32
GetQualityWeight returns the QualityWeight field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetQualityWeightOk() (*int32, bool)
GetQualityWeightOk returns a tuple with the QualityWeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetQualityWeight(v int32)
SetQualityWeight sets QualityWeight field to given value.
func (o *ReleaseResource) HasQualityWeight() bool
HasQualityWeight returns a boolean if a field has been set.
func (o *ReleaseResource) GetAge() int32
GetAge returns the Age field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetAgeOk() (*int32, bool)
GetAgeOk returns a tuple with the Age field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetAge(v int32)
SetAge sets Age field to given value.
func (o *ReleaseResource) HasAge() bool
HasAge returns a boolean if a field has been set.
func (o *ReleaseResource) GetAgeHours() float64
GetAgeHours returns the AgeHours field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetAgeHoursOk() (*float64, bool)
GetAgeHoursOk returns a tuple with the AgeHours field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetAgeHours(v float64)
SetAgeHours sets AgeHours field to given value.
func (o *ReleaseResource) HasAgeHours() bool
HasAgeHours returns a boolean if a field has been set.
func (o *ReleaseResource) GetAgeMinutes() float64
GetAgeMinutes returns the AgeMinutes field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetAgeMinutesOk() (*float64, bool)
GetAgeMinutesOk returns a tuple with the AgeMinutes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetAgeMinutes(v float64)
SetAgeMinutes sets AgeMinutes field to given value.
func (o *ReleaseResource) HasAgeMinutes() bool
HasAgeMinutes returns a boolean if a field has been set.
func (o *ReleaseResource) GetSize() int64
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetSizeOk() (*int64, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetSize(v int64)
SetSize sets Size field to given value.
func (o *ReleaseResource) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *ReleaseResource) GetIndexerId() int32
GetIndexerId returns the IndexerId field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetIndexerIdOk() (*int32, bool)
GetIndexerIdOk returns a tuple with the IndexerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetIndexerId(v int32)
SetIndexerId sets IndexerId field to given value.
func (o *ReleaseResource) HasIndexerId() bool
HasIndexerId returns a boolean if a field has been set.
func (o *ReleaseResource) GetIndexer() string
GetIndexer returns the Indexer field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetIndexerOk() (*string, bool)
GetIndexerOk returns a tuple with the Indexer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetIndexer(v string)
SetIndexer sets Indexer field to given value.
func (o *ReleaseResource) HasIndexer() bool
HasIndexer returns a boolean if a field has been set.
func (o *ReleaseResource) SetIndexerNil(b bool)
SetIndexerNil sets the value for Indexer to be an explicit nil
func (o *ReleaseResource) UnsetIndexer()
UnsetIndexer ensures that no value is present for Indexer, not even an explicit nil
func (o *ReleaseResource) GetReleaseGroup() string
GetReleaseGroup returns the ReleaseGroup field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetReleaseGroupOk() (*string, bool)
GetReleaseGroupOk returns a tuple with the ReleaseGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetReleaseGroup(v string)
SetReleaseGroup sets ReleaseGroup field to given value.
func (o *ReleaseResource) HasReleaseGroup() bool
HasReleaseGroup returns a boolean if a field has been set.
func (o *ReleaseResource) SetReleaseGroupNil(b bool)
SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil
func (o *ReleaseResource) UnsetReleaseGroup()
UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil
func (o *ReleaseResource) GetSubGroup() string
GetSubGroup returns the SubGroup field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetSubGroupOk() (*string, bool)
GetSubGroupOk returns a tuple with the SubGroup field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetSubGroup(v string)
SetSubGroup sets SubGroup field to given value.
func (o *ReleaseResource) HasSubGroup() bool
HasSubGroup returns a boolean if a field has been set.
func (o *ReleaseResource) SetSubGroupNil(b bool)
SetSubGroupNil sets the value for SubGroup to be an explicit nil
func (o *ReleaseResource) UnsetSubGroup()
UnsetSubGroup ensures that no value is present for SubGroup, not even an explicit nil
func (o *ReleaseResource) GetReleaseHash() string
GetReleaseHash returns the ReleaseHash field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetReleaseHashOk() (*string, bool)
GetReleaseHashOk returns a tuple with the ReleaseHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetReleaseHash(v string)
SetReleaseHash sets ReleaseHash field to given value.
func (o *ReleaseResource) HasReleaseHash() bool
HasReleaseHash returns a boolean if a field has been set.
func (o *ReleaseResource) SetReleaseHashNil(b bool)
SetReleaseHashNil sets the value for ReleaseHash to be an explicit nil
func (o *ReleaseResource) UnsetReleaseHash()
UnsetReleaseHash ensures that no value is present for ReleaseHash, not even an explicit nil
func (o *ReleaseResource) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *ReleaseResource) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *ReleaseResource) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *ReleaseResource) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (o *ReleaseResource) GetFullSeason() bool
GetFullSeason returns the FullSeason field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetFullSeasonOk() (*bool, bool)
GetFullSeasonOk returns a tuple with the FullSeason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetFullSeason(v bool)
SetFullSeason sets FullSeason field to given value.
func (o *ReleaseResource) HasFullSeason() bool
HasFullSeason returns a boolean if a field has been set.
func (o *ReleaseResource) GetSceneSource() bool
GetSceneSource returns the SceneSource field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetSceneSourceOk() (*bool, bool)
GetSceneSourceOk returns a tuple with the SceneSource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetSceneSource(v bool)
SetSceneSource sets SceneSource field to given value.
func (o *ReleaseResource) HasSceneSource() bool
HasSceneSource returns a boolean if a field has been set.
func (o *ReleaseResource) GetSeasonNumber() int32
GetSeasonNumber returns the SeasonNumber field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetSeasonNumberOk() (*int32, bool)
GetSeasonNumberOk returns a tuple with the SeasonNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetSeasonNumber(v int32)
SetSeasonNumber sets SeasonNumber field to given value.
func (o *ReleaseResource) HasSeasonNumber() bool
HasSeasonNumber returns a boolean if a field has been set.
func (o *ReleaseResource) GetLanguages() []Language
GetLanguages returns the Languages field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetLanguagesOk() (*[]Language, bool)
GetLanguagesOk returns a tuple with the Languages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetLanguages(v []Language)
SetLanguages sets Languages field to given value.
func (o *ReleaseResource) HasLanguages() bool
HasLanguages returns a boolean if a field has been set.
func (o *ReleaseResource) SetLanguagesNil(b bool)
SetLanguagesNil sets the value for Languages to be an explicit nil
func (o *ReleaseResource) UnsetLanguages()
UnsetLanguages ensures that no value is present for Languages, not even an explicit nil
func (o *ReleaseResource) GetLanguageWeight() int32
GetLanguageWeight returns the LanguageWeight field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetLanguageWeightOk() (*int32, bool)
GetLanguageWeightOk returns a tuple with the LanguageWeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetLanguageWeight(v int32)
SetLanguageWeight sets LanguageWeight field to given value.
func (o *ReleaseResource) HasLanguageWeight() bool
HasLanguageWeight returns a boolean if a field has been set.
func (o *ReleaseResource) GetAirDate() string
GetAirDate returns the AirDate field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetAirDateOk() (*string, bool)
GetAirDateOk returns a tuple with the AirDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetAirDate(v string)
SetAirDate sets AirDate field to given value.
func (o *ReleaseResource) HasAirDate() bool
HasAirDate returns a boolean if a field has been set.
func (o *ReleaseResource) SetAirDateNil(b bool)
SetAirDateNil sets the value for AirDate to be an explicit nil
func (o *ReleaseResource) UnsetAirDate()
UnsetAirDate ensures that no value is present for AirDate, not even an explicit nil
func (o *ReleaseResource) GetSeriesTitle() string
GetSeriesTitle returns the SeriesTitle field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetSeriesTitleOk() (*string, bool)
GetSeriesTitleOk returns a tuple with the SeriesTitle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetSeriesTitle(v string)
SetSeriesTitle sets SeriesTitle field to given value.
func (o *ReleaseResource) HasSeriesTitle() bool
HasSeriesTitle returns a boolean if a field has been set.
func (o *ReleaseResource) SetSeriesTitleNil(b bool)
SetSeriesTitleNil sets the value for SeriesTitle to be an explicit nil
func (o *ReleaseResource) UnsetSeriesTitle()
UnsetSeriesTitle ensures that no value is present for SeriesTitle, not even an explicit nil
func (o *ReleaseResource) GetEpisodeNumbers() []int32
GetEpisodeNumbers returns the EpisodeNumbers field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetEpisodeNumbersOk() (*[]int32, bool)
GetEpisodeNumbersOk returns a tuple with the EpisodeNumbers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetEpisodeNumbers(v []int32)
SetEpisodeNumbers sets EpisodeNumbers field to given value.
func (o *ReleaseResource) HasEpisodeNumbers() bool
HasEpisodeNumbers returns a boolean if a field has been set.
func (o *ReleaseResource) SetEpisodeNumbersNil(b bool)
SetEpisodeNumbersNil sets the value for EpisodeNumbers to be an explicit nil
func (o *ReleaseResource) UnsetEpisodeNumbers()
UnsetEpisodeNumbers ensures that no value is present for EpisodeNumbers, not even an explicit nil
func (o *ReleaseResource) GetAbsoluteEpisodeNumbers() []int32
GetAbsoluteEpisodeNumbers returns the AbsoluteEpisodeNumbers field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetAbsoluteEpisodeNumbersOk() (*[]int32, bool)
GetAbsoluteEpisodeNumbersOk returns a tuple with the AbsoluteEpisodeNumbers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetAbsoluteEpisodeNumbers(v []int32)
SetAbsoluteEpisodeNumbers sets AbsoluteEpisodeNumbers field to given value.
func (o *ReleaseResource) HasAbsoluteEpisodeNumbers() bool
HasAbsoluteEpisodeNumbers returns a boolean if a field has been set.
func (o *ReleaseResource) SetAbsoluteEpisodeNumbersNil(b bool)
SetAbsoluteEpisodeNumbersNil sets the value for AbsoluteEpisodeNumbers to be an explicit nil
func (o *ReleaseResource) UnsetAbsoluteEpisodeNumbers()
UnsetAbsoluteEpisodeNumbers ensures that no value is present for AbsoluteEpisodeNumbers, not even an explicit nil
func (o *ReleaseResource) GetMappedSeasonNumber() int32
GetMappedSeasonNumber returns the MappedSeasonNumber field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetMappedSeasonNumberOk() (*int32, bool)
GetMappedSeasonNumberOk returns a tuple with the MappedSeasonNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetMappedSeasonNumber(v int32)
SetMappedSeasonNumber sets MappedSeasonNumber field to given value.
func (o *ReleaseResource) HasMappedSeasonNumber() bool
HasMappedSeasonNumber returns a boolean if a field has been set.
func (o *ReleaseResource) SetMappedSeasonNumberNil(b bool)
SetMappedSeasonNumberNil sets the value for MappedSeasonNumber to be an explicit nil
func (o *ReleaseResource) UnsetMappedSeasonNumber()
UnsetMappedSeasonNumber ensures that no value is present for MappedSeasonNumber, not even an explicit nil
func (o *ReleaseResource) GetMappedEpisodeNumbers() []int32
GetMappedEpisodeNumbers returns the MappedEpisodeNumbers field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetMappedEpisodeNumbersOk() (*[]int32, bool)
GetMappedEpisodeNumbersOk returns a tuple with the MappedEpisodeNumbers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetMappedEpisodeNumbers(v []int32)
SetMappedEpisodeNumbers sets MappedEpisodeNumbers field to given value.
func (o *ReleaseResource) HasMappedEpisodeNumbers() bool
HasMappedEpisodeNumbers returns a boolean if a field has been set.
func (o *ReleaseResource) SetMappedEpisodeNumbersNil(b bool)
SetMappedEpisodeNumbersNil sets the value for MappedEpisodeNumbers to be an explicit nil
func (o *ReleaseResource) UnsetMappedEpisodeNumbers()
UnsetMappedEpisodeNumbers ensures that no value is present for MappedEpisodeNumbers, not even an explicit nil
func (o *ReleaseResource) GetMappedAbsoluteEpisodeNumbers() []int32
GetMappedAbsoluteEpisodeNumbers returns the MappedAbsoluteEpisodeNumbers field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetMappedAbsoluteEpisodeNumbersOk() (*[]int32, bool)
GetMappedAbsoluteEpisodeNumbersOk returns a tuple with the MappedAbsoluteEpisodeNumbers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetMappedAbsoluteEpisodeNumbers(v []int32)
SetMappedAbsoluteEpisodeNumbers sets MappedAbsoluteEpisodeNumbers field to given value.
func (o *ReleaseResource) HasMappedAbsoluteEpisodeNumbers() bool
HasMappedAbsoluteEpisodeNumbers returns a boolean if a field has been set.
func (o *ReleaseResource) SetMappedAbsoluteEpisodeNumbersNil(b bool)
SetMappedAbsoluteEpisodeNumbersNil sets the value for MappedAbsoluteEpisodeNumbers to be an explicit nil
func (o *ReleaseResource) UnsetMappedAbsoluteEpisodeNumbers()
UnsetMappedAbsoluteEpisodeNumbers ensures that no value is present for MappedAbsoluteEpisodeNumbers, not even an explicit nil
func (o *ReleaseResource) GetMappedSeriesId() int32
GetMappedSeriesId returns the MappedSeriesId field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetMappedSeriesIdOk() (*int32, bool)
GetMappedSeriesIdOk returns a tuple with the MappedSeriesId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetMappedSeriesId(v int32)
SetMappedSeriesId sets MappedSeriesId field to given value.
func (o *ReleaseResource) HasMappedSeriesId() bool
HasMappedSeriesId returns a boolean if a field has been set.
func (o *ReleaseResource) SetMappedSeriesIdNil(b bool)
SetMappedSeriesIdNil sets the value for MappedSeriesId to be an explicit nil
func (o *ReleaseResource) UnsetMappedSeriesId()
UnsetMappedSeriesId ensures that no value is present for MappedSeriesId, not even an explicit nil
func (o *ReleaseResource) GetMappedEpisodeInfo() []ReleaseEpisodeResource
GetMappedEpisodeInfo returns the MappedEpisodeInfo field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetMappedEpisodeInfoOk() (*[]ReleaseEpisodeResource, bool)
GetMappedEpisodeInfoOk returns a tuple with the MappedEpisodeInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetMappedEpisodeInfo(v []ReleaseEpisodeResource)
SetMappedEpisodeInfo sets MappedEpisodeInfo field to given value.
func (o *ReleaseResource) HasMappedEpisodeInfo() bool
HasMappedEpisodeInfo returns a boolean if a field has been set.
func (o *ReleaseResource) SetMappedEpisodeInfoNil(b bool)
SetMappedEpisodeInfoNil sets the value for MappedEpisodeInfo to be an explicit nil
func (o *ReleaseResource) UnsetMappedEpisodeInfo()
UnsetMappedEpisodeInfo ensures that no value is present for MappedEpisodeInfo, not even an explicit nil
func (o *ReleaseResource) GetApproved() bool
GetApproved returns the Approved field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetApprovedOk() (*bool, bool)
GetApprovedOk returns a tuple with the Approved field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetApproved(v bool)
SetApproved sets Approved field to given value.
func (o *ReleaseResource) HasApproved() bool
HasApproved returns a boolean if a field has been set.
func (o *ReleaseResource) GetTemporarilyRejected() bool
GetTemporarilyRejected returns the TemporarilyRejected field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetTemporarilyRejectedOk() (*bool, bool)
GetTemporarilyRejectedOk returns a tuple with the TemporarilyRejected field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetTemporarilyRejected(v bool)
SetTemporarilyRejected sets TemporarilyRejected field to given value.
func (o *ReleaseResource) HasTemporarilyRejected() bool
HasTemporarilyRejected returns a boolean if a field has been set.
func (o *ReleaseResource) GetRejected() bool
GetRejected returns the Rejected field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetRejectedOk() (*bool, bool)
GetRejectedOk returns a tuple with the Rejected field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetRejected(v bool)
SetRejected sets Rejected field to given value.
func (o *ReleaseResource) HasRejected() bool
HasRejected returns a boolean if a field has been set.
func (o *ReleaseResource) GetTvdbId() int32
GetTvdbId returns the TvdbId field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetTvdbIdOk() (*int32, bool)
GetTvdbIdOk returns a tuple with the TvdbId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetTvdbId(v int32)
SetTvdbId sets TvdbId field to given value.
func (o *ReleaseResource) HasTvdbId() bool
HasTvdbId returns a boolean if a field has been set.
func (o *ReleaseResource) GetTvRageId() int32
GetTvRageId returns the TvRageId field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetTvRageIdOk() (*int32, bool)
GetTvRageIdOk returns a tuple with the TvRageId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetTvRageId(v int32)
SetTvRageId sets TvRageId field to given value.
func (o *ReleaseResource) HasTvRageId() bool
HasTvRageId returns a boolean if a field has been set.
func (o *ReleaseResource) GetImdbId() string
GetImdbId returns the ImdbId field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetImdbIdOk() (*string, bool)
GetImdbIdOk returns a tuple with the ImdbId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetImdbId(v string)
SetImdbId sets ImdbId field to given value.
func (o *ReleaseResource) HasImdbId() bool
HasImdbId returns a boolean if a field has been set.
func (o *ReleaseResource) SetImdbIdNil(b bool)
SetImdbIdNil sets the value for ImdbId to be an explicit nil
func (o *ReleaseResource) UnsetImdbId()
UnsetImdbId ensures that no value is present for ImdbId, not even an explicit nil
func (o *ReleaseResource) GetRejections() []string
GetRejections returns the Rejections field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetRejectionsOk() (*[]string, bool)
GetRejectionsOk returns a tuple with the Rejections field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetRejections(v []string)
SetRejections sets Rejections field to given value.
func (o *ReleaseResource) HasRejections() bool
HasRejections returns a boolean if a field has been set.
func (o *ReleaseResource) SetRejectionsNil(b bool)
SetRejectionsNil sets the value for Rejections to be an explicit nil
func (o *ReleaseResource) UnsetRejections()
UnsetRejections ensures that no value is present for Rejections, not even an explicit nil
func (o *ReleaseResource) GetPublishDate() time.Time
GetPublishDate returns the PublishDate field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetPublishDateOk() (*time.Time, bool)
GetPublishDateOk returns a tuple with the PublishDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetPublishDate(v time.Time)
SetPublishDate sets PublishDate field to given value.
func (o *ReleaseResource) HasPublishDate() bool
HasPublishDate returns a boolean if a field has been set.
func (o *ReleaseResource) GetCommentUrl() string
GetCommentUrl returns the CommentUrl field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetCommentUrlOk() (*string, bool)
GetCommentUrlOk returns a tuple with the CommentUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetCommentUrl(v string)
SetCommentUrl sets CommentUrl field to given value.
func (o *ReleaseResource) HasCommentUrl() bool
HasCommentUrl returns a boolean if a field has been set.
func (o *ReleaseResource) SetCommentUrlNil(b bool)
SetCommentUrlNil sets the value for CommentUrl to be an explicit nil
func (o *ReleaseResource) UnsetCommentUrl()
UnsetCommentUrl ensures that no value is present for CommentUrl, not even an explicit nil
func (o *ReleaseResource) GetDownloadUrl() string
GetDownloadUrl returns the DownloadUrl field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetDownloadUrlOk() (*string, bool)
GetDownloadUrlOk returns a tuple with the DownloadUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetDownloadUrl(v string)
SetDownloadUrl sets DownloadUrl field to given value.
func (o *ReleaseResource) HasDownloadUrl() bool
HasDownloadUrl returns a boolean if a field has been set.
func (o *ReleaseResource) SetDownloadUrlNil(b bool)
SetDownloadUrlNil sets the value for DownloadUrl to be an explicit nil
func (o *ReleaseResource) UnsetDownloadUrl()
UnsetDownloadUrl ensures that no value is present for DownloadUrl, not even an explicit nil
func (o *ReleaseResource) GetInfoUrl() string
GetInfoUrl returns the InfoUrl field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetInfoUrlOk() (*string, bool)
GetInfoUrlOk returns a tuple with the InfoUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetInfoUrl(v string)
SetInfoUrl sets InfoUrl field to given value.
func (o *ReleaseResource) HasInfoUrl() bool
HasInfoUrl returns a boolean if a field has been set.
func (o *ReleaseResource) SetInfoUrlNil(b bool)
SetInfoUrlNil sets the value for InfoUrl to be an explicit nil
func (o *ReleaseResource) UnsetInfoUrl()
UnsetInfoUrl ensures that no value is present for InfoUrl, not even an explicit nil
func (o *ReleaseResource) GetEpisodeRequested() bool
GetEpisodeRequested returns the EpisodeRequested field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetEpisodeRequestedOk() (*bool, bool)
GetEpisodeRequestedOk returns a tuple with the EpisodeRequested field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetEpisodeRequested(v bool)
SetEpisodeRequested sets EpisodeRequested field to given value.
func (o *ReleaseResource) HasEpisodeRequested() bool
HasEpisodeRequested returns a boolean if a field has been set.
func (o *ReleaseResource) GetDownloadAllowed() bool
GetDownloadAllowed returns the DownloadAllowed field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetDownloadAllowedOk() (*bool, bool)
GetDownloadAllowedOk returns a tuple with the DownloadAllowed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetDownloadAllowed(v bool)
SetDownloadAllowed sets DownloadAllowed field to given value.
func (o *ReleaseResource) HasDownloadAllowed() bool
HasDownloadAllowed returns a boolean if a field has been set.
func (o *ReleaseResource) GetReleaseWeight() int32
GetReleaseWeight returns the ReleaseWeight field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetReleaseWeightOk() (*int32, bool)
GetReleaseWeightOk returns a tuple with the ReleaseWeight field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetReleaseWeight(v int32)
SetReleaseWeight sets ReleaseWeight field to given value.
func (o *ReleaseResource) HasReleaseWeight() bool
HasReleaseWeight returns a boolean if a field has been set.
func (o *ReleaseResource) GetCustomFormats() []CustomFormatResource
GetCustomFormats returns the CustomFormats field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetCustomFormatsOk() (*[]CustomFormatResource, bool)
GetCustomFormatsOk returns a tuple with the CustomFormats field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetCustomFormats(v []CustomFormatResource)
SetCustomFormats sets CustomFormats field to given value.
func (o *ReleaseResource) HasCustomFormats() bool
HasCustomFormats returns a boolean if a field has been set.
func (o *ReleaseResource) SetCustomFormatsNil(b bool)
SetCustomFormatsNil sets the value for CustomFormats to be an explicit nil
func (o *ReleaseResource) UnsetCustomFormats()
UnsetCustomFormats ensures that no value is present for CustomFormats, not even an explicit nil
func (o *ReleaseResource) GetCustomFormatScore() int32
GetCustomFormatScore returns the CustomFormatScore field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetCustomFormatScoreOk() (*int32, bool)
GetCustomFormatScoreOk returns a tuple with the CustomFormatScore field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetCustomFormatScore(v int32)
SetCustomFormatScore sets CustomFormatScore field to given value.
func (o *ReleaseResource) HasCustomFormatScore() bool
HasCustomFormatScore returns a boolean if a field has been set.
func (o *ReleaseResource) GetSceneMapping() AlternateTitleResource
GetSceneMapping returns the SceneMapping field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetSceneMappingOk() (*AlternateTitleResource, bool)
GetSceneMappingOk returns a tuple with the SceneMapping field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetSceneMapping(v AlternateTitleResource)
SetSceneMapping sets SceneMapping field to given value.
func (o *ReleaseResource) HasSceneMapping() bool
HasSceneMapping returns a boolean if a field has been set.
func (o *ReleaseResource) GetMagnetUrl() string
GetMagnetUrl returns the MagnetUrl field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetMagnetUrlOk() (*string, bool)
GetMagnetUrlOk returns a tuple with the MagnetUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetMagnetUrl(v string)
SetMagnetUrl sets MagnetUrl field to given value.
func (o *ReleaseResource) HasMagnetUrl() bool
HasMagnetUrl returns a boolean if a field has been set.
func (o *ReleaseResource) SetMagnetUrlNil(b bool)
SetMagnetUrlNil sets the value for MagnetUrl to be an explicit nil
func (o *ReleaseResource) UnsetMagnetUrl()
UnsetMagnetUrl ensures that no value is present for MagnetUrl, not even an explicit nil
func (o *ReleaseResource) GetInfoHash() string
GetInfoHash returns the InfoHash field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetInfoHashOk() (*string, bool)
GetInfoHashOk returns a tuple with the InfoHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetInfoHash(v string)
SetInfoHash sets InfoHash field to given value.
func (o *ReleaseResource) HasInfoHash() bool
HasInfoHash returns a boolean if a field has been set.
func (o *ReleaseResource) SetInfoHashNil(b bool)
SetInfoHashNil sets the value for InfoHash to be an explicit nil
func (o *ReleaseResource) UnsetInfoHash()
UnsetInfoHash ensures that no value is present for InfoHash, not even an explicit nil
func (o *ReleaseResource) GetSeeders() int32
GetSeeders returns the Seeders field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetSeedersOk() (*int32, bool)
GetSeedersOk returns a tuple with the Seeders field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetSeeders(v int32)
SetSeeders sets Seeders field to given value.
func (o *ReleaseResource) HasSeeders() bool
HasSeeders returns a boolean if a field has been set.
func (o *ReleaseResource) SetSeedersNil(b bool)
SetSeedersNil sets the value for Seeders to be an explicit nil
func (o *ReleaseResource) UnsetSeeders()
UnsetSeeders ensures that no value is present for Seeders, not even an explicit nil
func (o *ReleaseResource) GetLeechers() int32
GetLeechers returns the Leechers field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetLeechersOk() (*int32, bool)
GetLeechersOk returns a tuple with the Leechers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetLeechers(v int32)
SetLeechers sets Leechers field to given value.
func (o *ReleaseResource) HasLeechers() bool
HasLeechers returns a boolean if a field has been set.
func (o *ReleaseResource) SetLeechersNil(b bool)
SetLeechersNil sets the value for Leechers to be an explicit nil
func (o *ReleaseResource) UnsetLeechers()
UnsetLeechers ensures that no value is present for Leechers, not even an explicit nil
func (o *ReleaseResource) GetProtocol() DownloadProtocol
GetProtocol returns the Protocol field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetProtocolOk() (*DownloadProtocol, bool)
GetProtocolOk returns a tuple with the Protocol field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetProtocol(v DownloadProtocol)
SetProtocol sets Protocol field to given value.
func (o *ReleaseResource) HasProtocol() bool
HasProtocol returns a boolean if a field has been set.
func (o *ReleaseResource) GetIndexerFlags() int32
GetIndexerFlags returns the IndexerFlags field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetIndexerFlagsOk() (*int32, bool)
GetIndexerFlagsOk returns a tuple with the IndexerFlags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetIndexerFlags(v int32)
SetIndexerFlags sets IndexerFlags field to given value.
func (o *ReleaseResource) HasIndexerFlags() bool
HasIndexerFlags returns a boolean if a field has been set.
func (o *ReleaseResource) GetIsDaily() bool
GetIsDaily returns the IsDaily field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetIsDailyOk() (*bool, bool)
GetIsDailyOk returns a tuple with the IsDaily field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetIsDaily(v bool)
SetIsDaily sets IsDaily field to given value.
func (o *ReleaseResource) HasIsDaily() bool
HasIsDaily returns a boolean if a field has been set.
func (o *ReleaseResource) GetIsAbsoluteNumbering() bool
GetIsAbsoluteNumbering returns the IsAbsoluteNumbering field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetIsAbsoluteNumberingOk() (*bool, bool)
GetIsAbsoluteNumberingOk returns a tuple with the IsAbsoluteNumbering field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetIsAbsoluteNumbering(v bool)
SetIsAbsoluteNumbering sets IsAbsoluteNumbering field to given value.
func (o *ReleaseResource) HasIsAbsoluteNumbering() bool
HasIsAbsoluteNumbering returns a boolean if a field has been set.
func (o *ReleaseResource) GetIsPossibleSpecialEpisode() bool
GetIsPossibleSpecialEpisode returns the IsPossibleSpecialEpisode field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetIsPossibleSpecialEpisodeOk() (*bool, bool)
GetIsPossibleSpecialEpisodeOk returns a tuple with the IsPossibleSpecialEpisode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetIsPossibleSpecialEpisode(v bool)
SetIsPossibleSpecialEpisode sets IsPossibleSpecialEpisode field to given value.
func (o *ReleaseResource) HasIsPossibleSpecialEpisode() bool
HasIsPossibleSpecialEpisode returns a boolean if a field has been set.
func (o *ReleaseResource) GetSpecial() bool
GetSpecial returns the Special field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetSpecialOk() (*bool, bool)
GetSpecialOk returns a tuple with the Special field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetSpecial(v bool)
SetSpecial sets Special field to given value.
func (o *ReleaseResource) HasSpecial() bool
HasSpecial returns a boolean if a field has been set.
func (o *ReleaseResource) GetSeriesId() int32
GetSeriesId returns the SeriesId field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetSeriesIdOk() (*int32, bool)
GetSeriesIdOk returns a tuple with the SeriesId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetSeriesId(v int32)
SetSeriesId sets SeriesId field to given value.
func (o *ReleaseResource) HasSeriesId() bool
HasSeriesId returns a boolean if a field has been set.
func (o *ReleaseResource) SetSeriesIdNil(b bool)
SetSeriesIdNil sets the value for SeriesId to be an explicit nil
func (o *ReleaseResource) UnsetSeriesId()
UnsetSeriesId ensures that no value is present for SeriesId, not even an explicit nil
func (o *ReleaseResource) GetEpisodeId() int32
GetEpisodeId returns the EpisodeId field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetEpisodeIdOk() (*int32, bool)
GetEpisodeIdOk returns a tuple with the EpisodeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetEpisodeId(v int32)
SetEpisodeId sets EpisodeId field to given value.
func (o *ReleaseResource) HasEpisodeId() bool
HasEpisodeId returns a boolean if a field has been set.
func (o *ReleaseResource) SetEpisodeIdNil(b bool)
SetEpisodeIdNil sets the value for EpisodeId to be an explicit nil
func (o *ReleaseResource) UnsetEpisodeId()
UnsetEpisodeId ensures that no value is present for EpisodeId, not even an explicit nil
func (o *ReleaseResource) GetEpisodeIds() []int32
GetEpisodeIds returns the EpisodeIds field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetEpisodeIdsOk() (*[]int32, bool)
GetEpisodeIdsOk returns a tuple with the EpisodeIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetEpisodeIds(v []int32)
SetEpisodeIds sets EpisodeIds field to given value.
func (o *ReleaseResource) HasEpisodeIds() bool
HasEpisodeIds returns a boolean if a field has been set.
func (o *ReleaseResource) SetEpisodeIdsNil(b bool)
SetEpisodeIdsNil sets the value for EpisodeIds to be an explicit nil
func (o *ReleaseResource) UnsetEpisodeIds()
UnsetEpisodeIds ensures that no value is present for EpisodeIds, not even an explicit nil
func (o *ReleaseResource) GetDownloadClientId() int32
GetDownloadClientId returns the DownloadClientId field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetDownloadClientIdOk() (*int32, bool)
GetDownloadClientIdOk returns a tuple with the DownloadClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetDownloadClientId(v int32)
SetDownloadClientId sets DownloadClientId field to given value.
func (o *ReleaseResource) HasDownloadClientId() bool
HasDownloadClientId returns a boolean if a field has been set.
func (o *ReleaseResource) SetDownloadClientIdNil(b bool)
SetDownloadClientIdNil sets the value for DownloadClientId to be an explicit nil
func (o *ReleaseResource) UnsetDownloadClientId()
UnsetDownloadClientId ensures that no value is present for DownloadClientId, not even an explicit nil
func (o *ReleaseResource) GetDownloadClient() string
GetDownloadClient returns the DownloadClient field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetDownloadClientOk() (*string, bool)
GetDownloadClientOk returns a tuple with the DownloadClient field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetDownloadClient(v string)
SetDownloadClient sets DownloadClient field to given value.
func (o *ReleaseResource) HasDownloadClient() bool
HasDownloadClient returns a boolean if a field has been set.
func (o *ReleaseResource) SetDownloadClientNil(b bool)
SetDownloadClientNil sets the value for DownloadClient to be an explicit nil
func (o *ReleaseResource) UnsetDownloadClient()
UnsetDownloadClient ensures that no value is present for DownloadClient, not even an explicit nil
func (o *ReleaseResource) GetShouldOverride() bool
GetShouldOverride returns the ShouldOverride field if non-nil, zero value otherwise.
func (o *ReleaseResource) GetShouldOverrideOk() (*bool, bool)
GetShouldOverrideOk returns a tuple with the ShouldOverride field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReleaseResource) SetShouldOverride(v bool)
SetShouldOverride sets ShouldOverride field to given value.
func (o *ReleaseResource) HasShouldOverride() bool
HasShouldOverride returns a boolean if a field has been set.
func (o *ReleaseResource) SetShouldOverrideNil(b bool)
SetShouldOverrideNil sets the value for ShouldOverride to be an explicit nil
func (o *ReleaseResource) UnsetShouldOverride()
UnsetShouldOverride ensures that no value is present for ShouldOverride, not even an explicit nil