| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to float32 | [optional] | |
| AirDate | Pointer to NullableString | [optional] | |
| EpisodeCount | Pointer to float32 | [optional] | |
| Name | Pointer to string | [optional] | |
| Overview | Pointer to string | [optional] | |
| PosterPath | Pointer to string | [optional] | |
| SeasonNumber | Pointer to float32 | [optional] | |
| Episodes | Pointer to []Episode | [optional] |
func NewSeason() *Season
NewSeason instantiates a new Season 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 NewSeasonWithDefaults() *Season
NewSeasonWithDefaults instantiates a new Season 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 *Season) GetId() float32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *Season) 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 *Season) SetId(v float32)
SetId sets Id field to given value.
func (o *Season) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Season) GetAirDate() string
GetAirDate returns the AirDate field if non-nil, zero value otherwise.
func (o *Season) GetAirDateOk() (*string, bool)
GetAirDateOk returns a tuple with the AirDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Season) SetAirDate(v string)
SetAirDate sets AirDate field to given value.
func (o *Season) HasAirDate() bool
HasAirDate returns a boolean if a field has been set.
func (o *Season) SetAirDateNil(b bool)
SetAirDateNil sets the value for AirDate to be an explicit nil
func (o *Season) UnsetAirDate()
UnsetAirDate ensures that no value is present for AirDate, not even an explicit nil
func (o *Season) GetEpisodeCount() float32
GetEpisodeCount returns the EpisodeCount field if non-nil, zero value otherwise.
func (o *Season) GetEpisodeCountOk() (*float32, 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 *Season) SetEpisodeCount(v float32)
SetEpisodeCount sets EpisodeCount field to given value.
func (o *Season) HasEpisodeCount() bool
HasEpisodeCount returns a boolean if a field has been set.
func (o *Season) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *Season) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Season) SetName(v string)
SetName sets Name field to given value.
func (o *Season) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Season) GetOverview() string
GetOverview returns the Overview field if non-nil, zero value otherwise.
func (o *Season) GetOverviewOk() (*string, bool)
GetOverviewOk returns a tuple with the Overview field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Season) SetOverview(v string)
SetOverview sets Overview field to given value.
func (o *Season) HasOverview() bool
HasOverview returns a boolean if a field has been set.
func (o *Season) GetPosterPath() string
GetPosterPath returns the PosterPath field if non-nil, zero value otherwise.
func (o *Season) GetPosterPathOk() (*string, bool)
GetPosterPathOk returns a tuple with the PosterPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Season) SetPosterPath(v string)
SetPosterPath sets PosterPath field to given value.
func (o *Season) HasPosterPath() bool
HasPosterPath returns a boolean if a field has been set.
func (o *Season) GetSeasonNumber() float32
GetSeasonNumber returns the SeasonNumber field if non-nil, zero value otherwise.
func (o *Season) GetSeasonNumberOk() (*float32, bool)
GetSeasonNumberOk returns a tuple with the SeasonNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Season) SetSeasonNumber(v float32)
SetSeasonNumber sets SeasonNumber field to given value.
func (o *Season) HasSeasonNumber() bool
HasSeasonNumber returns a boolean if a field has been set.
func (o *Season) GetEpisodes() []Episode
GetEpisodes returns the Episodes field if non-nil, zero value otherwise.
func (o *Season) GetEpisodesOk() (*[]Episode, bool)
GetEpisodesOk returns a tuple with the Episodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Season) SetEpisodes(v []Episode)
SetEpisodes sets Episodes field to given value.
func (o *Season) HasEpisodes() bool
HasEpisodes returns a boolean if a field has been set.