| Name | Type | Description | Notes |
|---|---|---|---|
| MediaType | string | ||
| Seasons | Pointer to []float32 | [optional] | |
| Is4k | Pointer to bool | [optional] | |
| ServerId | Pointer to float32 | [optional] | |
| ProfileId | Pointer to float32 | [optional] | |
| RootFolder | Pointer to string | [optional] | |
| LanguageProfileId | Pointer to float32 | [optional] | |
| UserId | Pointer to NullableFloat32 | [optional] |
func NewUpdateRequestRequest(mediaType string, ) *UpdateRequestRequest
NewUpdateRequestRequest instantiates a new UpdateRequestRequest 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 NewUpdateRequestRequestWithDefaults() *UpdateRequestRequest
NewUpdateRequestRequestWithDefaults instantiates a new UpdateRequestRequest 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 *UpdateRequestRequest) GetMediaType() string
GetMediaType returns the MediaType field if non-nil, zero value otherwise.
func (o *UpdateRequestRequest) GetMediaTypeOk() (*string, bool)
GetMediaTypeOk returns a tuple with the MediaType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRequestRequest) SetMediaType(v string)
SetMediaType sets MediaType field to given value.
func (o *UpdateRequestRequest) GetSeasons() []float32
GetSeasons returns the Seasons field if non-nil, zero value otherwise.
func (o *UpdateRequestRequest) GetSeasonsOk() (*[]float32, bool)
GetSeasonsOk returns a tuple with the Seasons field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRequestRequest) SetSeasons(v []float32)
SetSeasons sets Seasons field to given value.
func (o *UpdateRequestRequest) HasSeasons() bool
HasSeasons returns a boolean if a field has been set.
func (o *UpdateRequestRequest) GetIs4k() bool
GetIs4k returns the Is4k field if non-nil, zero value otherwise.
func (o *UpdateRequestRequest) GetIs4kOk() (*bool, bool)
GetIs4kOk returns a tuple with the Is4k field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRequestRequest) SetIs4k(v bool)
SetIs4k sets Is4k field to given value.
func (o *UpdateRequestRequest) HasIs4k() bool
HasIs4k returns a boolean if a field has been set.
func (o *UpdateRequestRequest) GetServerId() float32
GetServerId returns the ServerId field if non-nil, zero value otherwise.
func (o *UpdateRequestRequest) GetServerIdOk() (*float32, bool)
GetServerIdOk returns a tuple with the ServerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRequestRequest) SetServerId(v float32)
SetServerId sets ServerId field to given value.
func (o *UpdateRequestRequest) HasServerId() bool
HasServerId returns a boolean if a field has been set.
func (o *UpdateRequestRequest) GetProfileId() float32
GetProfileId returns the ProfileId field if non-nil, zero value otherwise.
func (o *UpdateRequestRequest) GetProfileIdOk() (*float32, bool)
GetProfileIdOk returns a tuple with the ProfileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRequestRequest) SetProfileId(v float32)
SetProfileId sets ProfileId field to given value.
func (o *UpdateRequestRequest) HasProfileId() bool
HasProfileId returns a boolean if a field has been set.
func (o *UpdateRequestRequest) GetRootFolder() string
GetRootFolder returns the RootFolder field if non-nil, zero value otherwise.
func (o *UpdateRequestRequest) GetRootFolderOk() (*string, bool)
GetRootFolderOk returns a tuple with the RootFolder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRequestRequest) SetRootFolder(v string)
SetRootFolder sets RootFolder field to given value.
func (o *UpdateRequestRequest) HasRootFolder() bool
HasRootFolder returns a boolean if a field has been set.
func (o *UpdateRequestRequest) GetLanguageProfileId() float32
GetLanguageProfileId returns the LanguageProfileId field if non-nil, zero value otherwise.
func (o *UpdateRequestRequest) GetLanguageProfileIdOk() (*float32, bool)
GetLanguageProfileIdOk returns a tuple with the LanguageProfileId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRequestRequest) SetLanguageProfileId(v float32)
SetLanguageProfileId sets LanguageProfileId field to given value.
func (o *UpdateRequestRequest) HasLanguageProfileId() bool
HasLanguageProfileId returns a boolean if a field has been set.
func (o *UpdateRequestRequest) GetUserId() float32
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *UpdateRequestRequest) GetUserIdOk() (*float32, bool)
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateRequestRequest) SetUserId(v float32)
SetUserId sets UserId field to given value.
func (o *UpdateRequestRequest) HasUserId() bool
HasUserId returns a boolean if a field has been set.
func (o *UpdateRequestRequest) SetUserIdNil(b bool)
SetUserIdNil sets the value for UserId to be an explicit nil
func (o *UpdateRequestRequest) UnsetUserId()
UnsetUserId ensures that no value is present for UserId, not even an explicit nil