| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int32 | [optional] | |
| MovieId | Pointer to int32 | [optional] | |
| SourceTitle | Pointer to NullableString | [optional] | |
| Languages | Pointer to []Language | [optional] | |
| Quality | Pointer to QualityModel | [optional] | |
| CustomFormats | Pointer to []CustomFormatResource | [optional] | |
| Date | Pointer to time.Time | [optional] | |
| Protocol | Pointer to DownloadProtocol | [optional] | |
| Indexer | Pointer to NullableString | [optional] | |
| Message | Pointer to NullableString | [optional] | |
| Movie | Pointer to MovieResource | [optional] |
func NewBlocklistResource() *BlocklistResource
NewBlocklistResource instantiates a new BlocklistResource 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 NewBlocklistResourceWithDefaults() *BlocklistResource
NewBlocklistResourceWithDefaults instantiates a new BlocklistResource 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 *BlocklistResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *BlocklistResource) 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 *BlocklistResource) SetId(v int32)
SetId sets Id field to given value.
func (o *BlocklistResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *BlocklistResource) GetMovieId() int32
GetMovieId returns the MovieId field if non-nil, zero value otherwise.
func (o *BlocklistResource) GetMovieIdOk() (*int32, bool)
GetMovieIdOk returns a tuple with the MovieId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlocklistResource) SetMovieId(v int32)
SetMovieId sets MovieId field to given value.
func (o *BlocklistResource) HasMovieId() bool
HasMovieId returns a boolean if a field has been set.
func (o *BlocklistResource) GetSourceTitle() string
GetSourceTitle returns the SourceTitle field if non-nil, zero value otherwise.
func (o *BlocklistResource) GetSourceTitleOk() (*string, bool)
GetSourceTitleOk returns a tuple with the SourceTitle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlocklistResource) SetSourceTitle(v string)
SetSourceTitle sets SourceTitle field to given value.
func (o *BlocklistResource) HasSourceTitle() bool
HasSourceTitle returns a boolean if a field has been set.
func (o *BlocklistResource) SetSourceTitleNil(b bool)
SetSourceTitleNil sets the value for SourceTitle to be an explicit nil
func (o *BlocklistResource) UnsetSourceTitle()
UnsetSourceTitle ensures that no value is present for SourceTitle, not even an explicit nil
func (o *BlocklistResource) GetLanguages() []Language
GetLanguages returns the Languages field if non-nil, zero value otherwise.
func (o *BlocklistResource) 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 *BlocklistResource) SetLanguages(v []Language)
SetLanguages sets Languages field to given value.
func (o *BlocklistResource) HasLanguages() bool
HasLanguages returns a boolean if a field has been set.
func (o *BlocklistResource) SetLanguagesNil(b bool)
SetLanguagesNil sets the value for Languages to be an explicit nil
func (o *BlocklistResource) UnsetLanguages()
UnsetLanguages ensures that no value is present for Languages, not even an explicit nil
func (o *BlocklistResource) GetQuality() QualityModel
GetQuality returns the Quality field if non-nil, zero value otherwise.
func (o *BlocklistResource) 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 *BlocklistResource) SetQuality(v QualityModel)
SetQuality sets Quality field to given value.
func (o *BlocklistResource) HasQuality() bool
HasQuality returns a boolean if a field has been set.
func (o *BlocklistResource) GetCustomFormats() []CustomFormatResource
GetCustomFormats returns the CustomFormats field if non-nil, zero value otherwise.
func (o *BlocklistResource) 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 *BlocklistResource) SetCustomFormats(v []CustomFormatResource)
SetCustomFormats sets CustomFormats field to given value.
func (o *BlocklistResource) HasCustomFormats() bool
HasCustomFormats returns a boolean if a field has been set.
func (o *BlocklistResource) SetCustomFormatsNil(b bool)
SetCustomFormatsNil sets the value for CustomFormats to be an explicit nil
func (o *BlocklistResource) UnsetCustomFormats()
UnsetCustomFormats ensures that no value is present for CustomFormats, not even an explicit nil
func (o *BlocklistResource) GetDate() time.Time
GetDate returns the Date field if non-nil, zero value otherwise.
func (o *BlocklistResource) GetDateOk() (*time.Time, bool)
GetDateOk returns a tuple with the Date field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlocklistResource) SetDate(v time.Time)
SetDate sets Date field to given value.
func (o *BlocklistResource) HasDate() bool
HasDate returns a boolean if a field has been set.
func (o *BlocklistResource) GetProtocol() DownloadProtocol
GetProtocol returns the Protocol field if non-nil, zero value otherwise.
func (o *BlocklistResource) 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 *BlocklistResource) SetProtocol(v DownloadProtocol)
SetProtocol sets Protocol field to given value.
func (o *BlocklistResource) HasProtocol() bool
HasProtocol returns a boolean if a field has been set.
func (o *BlocklistResource) GetIndexer() string
GetIndexer returns the Indexer field if non-nil, zero value otherwise.
func (o *BlocklistResource) 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 *BlocklistResource) SetIndexer(v string)
SetIndexer sets Indexer field to given value.
func (o *BlocklistResource) HasIndexer() bool
HasIndexer returns a boolean if a field has been set.
func (o *BlocklistResource) SetIndexerNil(b bool)
SetIndexerNil sets the value for Indexer to be an explicit nil
func (o *BlocklistResource) UnsetIndexer()
UnsetIndexer ensures that no value is present for Indexer, not even an explicit nil
func (o *BlocklistResource) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *BlocklistResource) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlocklistResource) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *BlocklistResource) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (o *BlocklistResource) SetMessageNil(b bool)
SetMessageNil sets the value for Message to be an explicit nil
func (o *BlocklistResource) UnsetMessage()
UnsetMessage ensures that no value is present for Message, not even an explicit nil
func (o *BlocklistResource) GetMovie() MovieResource
GetMovie returns the Movie field if non-nil, zero value otherwise.
func (o *BlocklistResource) GetMovieOk() (*MovieResource, bool)
GetMovieOk returns a tuple with the Movie field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BlocklistResource) SetMovie(v MovieResource)
SetMovie sets Movie field to given value.
func (o *BlocklistResource) HasMovie() bool
HasMovie returns a boolean if a field has been set.