Skip to content

Latest commit

 

History

History
243 lines (132 loc) · 6.55 KB

File metadata and controls

243 lines (132 loc) · 6.55 KB

UpdateRequestRequest

Properties

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]

Methods

NewUpdateRequestRequest

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

NewUpdateRequestRequestWithDefaults

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

GetMediaType

func (o *UpdateRequestRequest) GetMediaType() string

GetMediaType returns the MediaType field if non-nil, zero value otherwise.

GetMediaTypeOk

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.

SetMediaType

func (o *UpdateRequestRequest) SetMediaType(v string)

SetMediaType sets MediaType field to given value.

GetSeasons

func (o *UpdateRequestRequest) GetSeasons() []float32

GetSeasons returns the Seasons field if non-nil, zero value otherwise.

GetSeasonsOk

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.

SetSeasons

func (o *UpdateRequestRequest) SetSeasons(v []float32)

SetSeasons sets Seasons field to given value.

HasSeasons

func (o *UpdateRequestRequest) HasSeasons() bool

HasSeasons returns a boolean if a field has been set.

GetIs4k

func (o *UpdateRequestRequest) GetIs4k() bool

GetIs4k returns the Is4k field if non-nil, zero value otherwise.

GetIs4kOk

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.

SetIs4k

func (o *UpdateRequestRequest) SetIs4k(v bool)

SetIs4k sets Is4k field to given value.

HasIs4k

func (o *UpdateRequestRequest) HasIs4k() bool

HasIs4k returns a boolean if a field has been set.

GetServerId

func (o *UpdateRequestRequest) GetServerId() float32

GetServerId returns the ServerId field if non-nil, zero value otherwise.

GetServerIdOk

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.

SetServerId

func (o *UpdateRequestRequest) SetServerId(v float32)

SetServerId sets ServerId field to given value.

HasServerId

func (o *UpdateRequestRequest) HasServerId() bool

HasServerId returns a boolean if a field has been set.

GetProfileId

func (o *UpdateRequestRequest) GetProfileId() float32

GetProfileId returns the ProfileId field if non-nil, zero value otherwise.

GetProfileIdOk

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.

SetProfileId

func (o *UpdateRequestRequest) SetProfileId(v float32)

SetProfileId sets ProfileId field to given value.

HasProfileId

func (o *UpdateRequestRequest) HasProfileId() bool

HasProfileId returns a boolean if a field has been set.

GetRootFolder

func (o *UpdateRequestRequest) GetRootFolder() string

GetRootFolder returns the RootFolder field if non-nil, zero value otherwise.

GetRootFolderOk

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.

SetRootFolder

func (o *UpdateRequestRequest) SetRootFolder(v string)

SetRootFolder sets RootFolder field to given value.

HasRootFolder

func (o *UpdateRequestRequest) HasRootFolder() bool

HasRootFolder returns a boolean if a field has been set.

GetLanguageProfileId

func (o *UpdateRequestRequest) GetLanguageProfileId() float32

GetLanguageProfileId returns the LanguageProfileId field if non-nil, zero value otherwise.

GetLanguageProfileIdOk

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.

SetLanguageProfileId

func (o *UpdateRequestRequest) SetLanguageProfileId(v float32)

SetLanguageProfileId sets LanguageProfileId field to given value.

HasLanguageProfileId

func (o *UpdateRequestRequest) HasLanguageProfileId() bool

HasLanguageProfileId returns a boolean if a field has been set.

GetUserId

func (o *UpdateRequestRequest) GetUserId() float32

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

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.

SetUserId

func (o *UpdateRequestRequest) SetUserId(v float32)

SetUserId sets UserId field to given value.

HasUserId

func (o *UpdateRequestRequest) HasUserId() bool

HasUserId returns a boolean if a field has been set.

SetUserIdNil

func (o *UpdateRequestRequest) SetUserIdNil(b bool)

SetUserIdNil sets the value for UserId to be an explicit nil

UnsetUserId

func (o *UpdateRequestRequest) UnsetUserId()

UnsetUserId ensures that no value is present for UserId, not even an explicit nil

[Back to Model list] [Back to API list] [Back to README]