Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to int32 | [optional] | |
MovieId | Pointer to int32 | [optional] | |
MovieFileId | Pointer to NullableInt32 | [optional] | |
RelativePath | Pointer to NullableString | [optional] | |
Extension | Pointer to NullableString | [optional] | |
LanguageTags | Pointer to []string | [optional] | |
Title | Pointer to NullableString | [optional] | |
Type | Pointer to ExtraFileType | [optional] |
func NewExtraFileResource() *ExtraFileResource
NewExtraFileResource instantiates a new ExtraFileResource 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 NewExtraFileResourceWithDefaults() *ExtraFileResource
NewExtraFileResourceWithDefaults instantiates a new ExtraFileResource 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 *ExtraFileResource) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ExtraFileResource) 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 *ExtraFileResource) SetId(v int32)
SetId sets Id field to given value.
func (o *ExtraFileResource) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ExtraFileResource) GetMovieId() int32
GetMovieId returns the MovieId field if non-nil, zero value otherwise.
func (o *ExtraFileResource) 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 *ExtraFileResource) SetMovieId(v int32)
SetMovieId sets MovieId field to given value.
func (o *ExtraFileResource) HasMovieId() bool
HasMovieId returns a boolean if a field has been set.
func (o *ExtraFileResource) GetMovieFileId() int32
GetMovieFileId returns the MovieFileId field if non-nil, zero value otherwise.
func (o *ExtraFileResource) GetMovieFileIdOk() (*int32, bool)
GetMovieFileIdOk returns a tuple with the MovieFileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExtraFileResource) SetMovieFileId(v int32)
SetMovieFileId sets MovieFileId field to given value.
func (o *ExtraFileResource) HasMovieFileId() bool
HasMovieFileId returns a boolean if a field has been set.
func (o *ExtraFileResource) SetMovieFileIdNil(b bool)
SetMovieFileIdNil sets the value for MovieFileId to be an explicit nil
func (o *ExtraFileResource) UnsetMovieFileId()
UnsetMovieFileId ensures that no value is present for MovieFileId, not even an explicit nil
func (o *ExtraFileResource) GetRelativePath() string
GetRelativePath returns the RelativePath field if non-nil, zero value otherwise.
func (o *ExtraFileResource) GetRelativePathOk() (*string, bool)
GetRelativePathOk returns a tuple with the RelativePath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExtraFileResource) SetRelativePath(v string)
SetRelativePath sets RelativePath field to given value.
func (o *ExtraFileResource) HasRelativePath() bool
HasRelativePath returns a boolean if a field has been set.
func (o *ExtraFileResource) SetRelativePathNil(b bool)
SetRelativePathNil sets the value for RelativePath to be an explicit nil
func (o *ExtraFileResource) UnsetRelativePath()
UnsetRelativePath ensures that no value is present for RelativePath, not even an explicit nil
func (o *ExtraFileResource) GetExtension() string
GetExtension returns the Extension field if non-nil, zero value otherwise.
func (o *ExtraFileResource) GetExtensionOk() (*string, bool)
GetExtensionOk returns a tuple with the Extension field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExtraFileResource) SetExtension(v string)
SetExtension sets Extension field to given value.
func (o *ExtraFileResource) HasExtension() bool
HasExtension returns a boolean if a field has been set.
func (o *ExtraFileResource) SetExtensionNil(b bool)
SetExtensionNil sets the value for Extension to be an explicit nil
func (o *ExtraFileResource) UnsetExtension()
UnsetExtension ensures that no value is present for Extension, not even an explicit nil
func (o *ExtraFileResource) GetLanguageTags() []string
GetLanguageTags returns the LanguageTags field if non-nil, zero value otherwise.
func (o *ExtraFileResource) GetLanguageTagsOk() (*[]string, bool)
GetLanguageTagsOk returns a tuple with the LanguageTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExtraFileResource) SetLanguageTags(v []string)
SetLanguageTags sets LanguageTags field to given value.
func (o *ExtraFileResource) HasLanguageTags() bool
HasLanguageTags returns a boolean if a field has been set.
func (o *ExtraFileResource) SetLanguageTagsNil(b bool)
SetLanguageTagsNil sets the value for LanguageTags to be an explicit nil
func (o *ExtraFileResource) UnsetLanguageTags()
UnsetLanguageTags ensures that no value is present for LanguageTags, not even an explicit nil
func (o *ExtraFileResource) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *ExtraFileResource) 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 *ExtraFileResource) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *ExtraFileResource) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *ExtraFileResource) SetTitleNil(b bool)
SetTitleNil sets the value for Title to be an explicit nil
func (o *ExtraFileResource) UnsetTitle()
UnsetTitle ensures that no value is present for Title, not even an explicit nil
func (o *ExtraFileResource) GetType() ExtraFileType
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ExtraFileResource) GetTypeOk() (*ExtraFileType, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExtraFileResource) SetType(v ExtraFileType)
SetType sets Type field to given value.
func (o *ExtraFileResource) HasType() bool
HasType returns a boolean if a field has been set.