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