| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to float32 | [optional] [readonly] | |
| TmdbId | Pointer to float32 | [optional] [readonly] | |
| TvdbId | Pointer to NullableFloat32 | [optional] [readonly] | |
| Status | Pointer to float32 | Availability of the media. 1 = `UNKNOWN`, 2 = `PENDING`, 3 = `PROCESSING`, 4 = `PARTIALLY_AVAILABLE`, 5 = `AVAILABLE`, 6 = `DELETED` | [optional] |
| Requests | Pointer to []MediaRequest | [optional] [readonly] | |
| CreatedAt | Pointer to string | [optional] [readonly] | |
| UpdatedAt | Pointer to string | [optional] [readonly] |
func NewMediaInfo() *MediaInfo
NewMediaInfo instantiates a new MediaInfo 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 NewMediaInfoWithDefaults() *MediaInfo
NewMediaInfoWithDefaults instantiates a new MediaInfo 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 *MediaInfo) GetId() float32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *MediaInfo) GetIdOk() (*float32, 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 *MediaInfo) SetId(v float32)
SetId sets Id field to given value.
func (o *MediaInfo) HasId() bool
HasId returns a boolean if a field has been set.
func (o *MediaInfo) GetTmdbId() float32
GetTmdbId returns the TmdbId field if non-nil, zero value otherwise.
func (o *MediaInfo) GetTmdbIdOk() (*float32, bool)
GetTmdbIdOk returns a tuple with the TmdbId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaInfo) SetTmdbId(v float32)
SetTmdbId sets TmdbId field to given value.
func (o *MediaInfo) HasTmdbId() bool
HasTmdbId returns a boolean if a field has been set.
func (o *MediaInfo) GetTvdbId() float32
GetTvdbId returns the TvdbId field if non-nil, zero value otherwise.
func (o *MediaInfo) 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 *MediaInfo) SetTvdbId(v float32)
SetTvdbId sets TvdbId field to given value.
func (o *MediaInfo) HasTvdbId() bool
HasTvdbId returns a boolean if a field has been set.
func (o *MediaInfo) SetTvdbIdNil(b bool)
SetTvdbIdNil sets the value for TvdbId to be an explicit nil
func (o *MediaInfo) UnsetTvdbId()
UnsetTvdbId ensures that no value is present for TvdbId, not even an explicit nil
func (o *MediaInfo) GetStatus() float32
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *MediaInfo) GetStatusOk() (*float32, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaInfo) SetStatus(v float32)
SetStatus sets Status field to given value.
func (o *MediaInfo) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *MediaInfo) GetRequests() []MediaRequest
GetRequests returns the Requests field if non-nil, zero value otherwise.
func (o *MediaInfo) GetRequestsOk() (*[]MediaRequest, bool)
GetRequestsOk returns a tuple with the Requests field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaInfo) SetRequests(v []MediaRequest)
SetRequests sets Requests field to given value.
func (o *MediaInfo) HasRequests() bool
HasRequests returns a boolean if a field has been set.
func (o *MediaInfo) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *MediaInfo) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaInfo) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *MediaInfo) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *MediaInfo) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
func (o *MediaInfo) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *MediaInfo) SetUpdatedAt(v string)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *MediaInfo) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.