Name | Type | Description | Notes |
---|---|---|---|
MovieFileIds | Pointer to []int32 | [optional] | |
Languages | Pointer to []Language | [optional] | |
Quality | Pointer to QualityModel | [optional] | |
Edition | Pointer to NullableString | [optional] | |
ReleaseGroup | Pointer to NullableString | [optional] | |
SceneName | Pointer to NullableString | [optional] | |
IndexerFlags | Pointer to NullableInt32 | [optional] |
func NewMovieFileListResource() *MovieFileListResource
NewMovieFileListResource instantiates a new MovieFileListResource 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 NewMovieFileListResourceWithDefaults() *MovieFileListResource
NewMovieFileListResourceWithDefaults instantiates a new MovieFileListResource 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 *MovieFileListResource) GetMovieFileIds() []int32
GetMovieFileIds returns the MovieFileIds field if non-nil, zero value otherwise.
func (o *MovieFileListResource) GetMovieFileIdsOk() (*[]int32, bool)
GetMovieFileIdsOk returns a tuple with the MovieFileIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MovieFileListResource) SetMovieFileIds(v []int32)
SetMovieFileIds sets MovieFileIds field to given value.
func (o *MovieFileListResource) HasMovieFileIds() bool
HasMovieFileIds returns a boolean if a field has been set.
func (o *MovieFileListResource) SetMovieFileIdsNil(b bool)
SetMovieFileIdsNil sets the value for MovieFileIds to be an explicit nil
func (o *MovieFileListResource) UnsetMovieFileIds()
UnsetMovieFileIds ensures that no value is present for MovieFileIds, not even an explicit nil
func (o *MovieFileListResource) GetLanguages() []Language
GetLanguages returns the Languages field if non-nil, zero value otherwise.
func (o *MovieFileListResource) 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 *MovieFileListResource) SetLanguages(v []Language)
SetLanguages sets Languages field to given value.
func (o *MovieFileListResource) HasLanguages() bool
HasLanguages returns a boolean if a field has been set.
func (o *MovieFileListResource) SetLanguagesNil(b bool)
SetLanguagesNil sets the value for Languages to be an explicit nil
func (o *MovieFileListResource) UnsetLanguages()
UnsetLanguages ensures that no value is present for Languages, not even an explicit nil
func (o *MovieFileListResource) GetQuality() QualityModel
GetQuality returns the Quality field if non-nil, zero value otherwise.
func (o *MovieFileListResource) 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 *MovieFileListResource) SetQuality(v QualityModel)
SetQuality sets Quality field to given value.
func (o *MovieFileListResource) HasQuality() bool
HasQuality returns a boolean if a field has been set.
func (o *MovieFileListResource) GetEdition() string
GetEdition returns the Edition field if non-nil, zero value otherwise.
func (o *MovieFileListResource) GetEditionOk() (*string, bool)
GetEditionOk returns a tuple with the Edition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MovieFileListResource) SetEdition(v string)
SetEdition sets Edition field to given value.
func (o *MovieFileListResource) HasEdition() bool
HasEdition returns a boolean if a field has been set.
func (o *MovieFileListResource) SetEditionNil(b bool)
SetEditionNil sets the value for Edition to be an explicit nil
func (o *MovieFileListResource) UnsetEdition()
UnsetEdition ensures that no value is present for Edition, not even an explicit nil
func (o *MovieFileListResource) GetReleaseGroup() string
GetReleaseGroup returns the ReleaseGroup field if non-nil, zero value otherwise.
func (o *MovieFileListResource) 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 *MovieFileListResource) SetReleaseGroup(v string)
SetReleaseGroup sets ReleaseGroup field to given value.
func (o *MovieFileListResource) HasReleaseGroup() bool
HasReleaseGroup returns a boolean if a field has been set.
func (o *MovieFileListResource) SetReleaseGroupNil(b bool)
SetReleaseGroupNil sets the value for ReleaseGroup to be an explicit nil
func (o *MovieFileListResource) UnsetReleaseGroup()
UnsetReleaseGroup ensures that no value is present for ReleaseGroup, not even an explicit nil
func (o *MovieFileListResource) GetSceneName() string
GetSceneName returns the SceneName field if non-nil, zero value otherwise.
func (o *MovieFileListResource) GetSceneNameOk() (*string, bool)
GetSceneNameOk returns a tuple with the SceneName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MovieFileListResource) SetSceneName(v string)
SetSceneName sets SceneName field to given value.
func (o *MovieFileListResource) HasSceneName() bool
HasSceneName returns a boolean if a field has been set.
func (o *MovieFileListResource) SetSceneNameNil(b bool)
SetSceneNameNil sets the value for SceneName to be an explicit nil
func (o *MovieFileListResource) UnsetSceneName()
UnsetSceneName ensures that no value is present for SceneName, not even an explicit nil
func (o *MovieFileListResource) GetIndexerFlags() int32
GetIndexerFlags returns the IndexerFlags field if non-nil, zero value otherwise.
func (o *MovieFileListResource) 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 *MovieFileListResource) SetIndexerFlags(v int32)
SetIndexerFlags sets IndexerFlags field to given value.
func (o *MovieFileListResource) HasIndexerFlags() bool
HasIndexerFlags returns a boolean if a field has been set.
func (o *MovieFileListResource) SetIndexerFlagsNil(b bool)
SetIndexerFlagsNil sets the value for IndexerFlags to be an explicit nil
func (o *MovieFileListResource) UnsetIndexerFlags()
UnsetIndexerFlags ensures that no value is present for IndexerFlags, not even an explicit nil