| Name | Type | Description | Notes |
|---|---|---|---|
| NextAiring | Pointer to NullableTime | [optional] | |
| PreviousAiring | Pointer to NullableTime | [optional] | |
| EpisodeFileCount | Pointer to int32 | [optional] | |
| EpisodeCount | Pointer to int32 | [optional] | |
| TotalEpisodeCount | Pointer to int32 | [optional] | |
| SizeOnDisk | Pointer to int64 | [optional] | |
| ReleaseGroups | Pointer to []string | [optional] | |
| PercentOfEpisodes | Pointer to float64 | [optional] [readonly] |
func NewSeasonStatisticsResource() *SeasonStatisticsResource
NewSeasonStatisticsResource instantiates a new SeasonStatisticsResource 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 NewSeasonStatisticsResourceWithDefaults() *SeasonStatisticsResource
NewSeasonStatisticsResourceWithDefaults instantiates a new SeasonStatisticsResource 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 *SeasonStatisticsResource) GetNextAiring() time.Time
GetNextAiring returns the NextAiring field if non-nil, zero value otherwise.
func (o *SeasonStatisticsResource) GetNextAiringOk() (*time.Time, bool)
GetNextAiringOk returns a tuple with the NextAiring field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeasonStatisticsResource) SetNextAiring(v time.Time)
SetNextAiring sets NextAiring field to given value.
func (o *SeasonStatisticsResource) HasNextAiring() bool
HasNextAiring returns a boolean if a field has been set.
func (o *SeasonStatisticsResource) SetNextAiringNil(b bool)
SetNextAiringNil sets the value for NextAiring to be an explicit nil
func (o *SeasonStatisticsResource) UnsetNextAiring()
UnsetNextAiring ensures that no value is present for NextAiring, not even an explicit nil
func (o *SeasonStatisticsResource) GetPreviousAiring() time.Time
GetPreviousAiring returns the PreviousAiring field if non-nil, zero value otherwise.
func (o *SeasonStatisticsResource) GetPreviousAiringOk() (*time.Time, bool)
GetPreviousAiringOk returns a tuple with the PreviousAiring field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeasonStatisticsResource) SetPreviousAiring(v time.Time)
SetPreviousAiring sets PreviousAiring field to given value.
func (o *SeasonStatisticsResource) HasPreviousAiring() bool
HasPreviousAiring returns a boolean if a field has been set.
func (o *SeasonStatisticsResource) SetPreviousAiringNil(b bool)
SetPreviousAiringNil sets the value for PreviousAiring to be an explicit nil
func (o *SeasonStatisticsResource) UnsetPreviousAiring()
UnsetPreviousAiring ensures that no value is present for PreviousAiring, not even an explicit nil
func (o *SeasonStatisticsResource) GetEpisodeFileCount() int32
GetEpisodeFileCount returns the EpisodeFileCount field if non-nil, zero value otherwise.
func (o *SeasonStatisticsResource) GetEpisodeFileCountOk() (*int32, bool)
GetEpisodeFileCountOk returns a tuple with the EpisodeFileCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeasonStatisticsResource) SetEpisodeFileCount(v int32)
SetEpisodeFileCount sets EpisodeFileCount field to given value.
func (o *SeasonStatisticsResource) HasEpisodeFileCount() bool
HasEpisodeFileCount returns a boolean if a field has been set.
func (o *SeasonStatisticsResource) GetEpisodeCount() int32
GetEpisodeCount returns the EpisodeCount field if non-nil, zero value otherwise.
func (o *SeasonStatisticsResource) GetEpisodeCountOk() (*int32, bool)
GetEpisodeCountOk returns a tuple with the EpisodeCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeasonStatisticsResource) SetEpisodeCount(v int32)
SetEpisodeCount sets EpisodeCount field to given value.
func (o *SeasonStatisticsResource) HasEpisodeCount() bool
HasEpisodeCount returns a boolean if a field has been set.
func (o *SeasonStatisticsResource) GetTotalEpisodeCount() int32
GetTotalEpisodeCount returns the TotalEpisodeCount field if non-nil, zero value otherwise.
func (o *SeasonStatisticsResource) GetTotalEpisodeCountOk() (*int32, bool)
GetTotalEpisodeCountOk returns a tuple with the TotalEpisodeCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeasonStatisticsResource) SetTotalEpisodeCount(v int32)
SetTotalEpisodeCount sets TotalEpisodeCount field to given value.
func (o *SeasonStatisticsResource) HasTotalEpisodeCount() bool
HasTotalEpisodeCount returns a boolean if a field has been set.
func (o *SeasonStatisticsResource) GetSizeOnDisk() int64
GetSizeOnDisk returns the SizeOnDisk field if non-nil, zero value otherwise.
func (o *SeasonStatisticsResource) GetSizeOnDiskOk() (*int64, bool)
GetSizeOnDiskOk returns a tuple with the SizeOnDisk field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeasonStatisticsResource) SetSizeOnDisk(v int64)
SetSizeOnDisk sets SizeOnDisk field to given value.
func (o *SeasonStatisticsResource) HasSizeOnDisk() bool
HasSizeOnDisk returns a boolean if a field has been set.
func (o *SeasonStatisticsResource) GetReleaseGroups() []string
GetReleaseGroups returns the ReleaseGroups field if non-nil, zero value otherwise.
func (o *SeasonStatisticsResource) GetReleaseGroupsOk() (*[]string, bool)
GetReleaseGroupsOk returns a tuple with the ReleaseGroups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeasonStatisticsResource) SetReleaseGroups(v []string)
SetReleaseGroups sets ReleaseGroups field to given value.
func (o *SeasonStatisticsResource) HasReleaseGroups() bool
HasReleaseGroups returns a boolean if a field has been set.
func (o *SeasonStatisticsResource) SetReleaseGroupsNil(b bool)
SetReleaseGroupsNil sets the value for ReleaseGroups to be an explicit nil
func (o *SeasonStatisticsResource) UnsetReleaseGroups()
UnsetReleaseGroups ensures that no value is present for ReleaseGroups, not even an explicit nil
func (o *SeasonStatisticsResource) GetPercentOfEpisodes() float64
GetPercentOfEpisodes returns the PercentOfEpisodes field if non-nil, zero value otherwise.
func (o *SeasonStatisticsResource) GetPercentOfEpisodesOk() (*float64, bool)
GetPercentOfEpisodesOk returns a tuple with the PercentOfEpisodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SeasonStatisticsResource) SetPercentOfEpisodes(v float64)
SetPercentOfEpisodes sets PercentOfEpisodes field to given value.
func (o *SeasonStatisticsResource) HasPercentOfEpisodes() bool
HasPercentOfEpisodes returns a boolean if a field has been set.