| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to float32 | [optional] | |
| OriginalLanguage | Pointer to string | [optional] | |
| EpisodeCount | Pointer to float32 | [optional] | |
| Overview | Pointer to string | [optional] | |
| OriginCountry | Pointer to []string | [optional] | |
| OriginalName | Pointer to string | [optional] | |
| VoteCount | Pointer to float32 | [optional] | |
| Name | Pointer to string | [optional] | |
| MediaType | Pointer to string | [optional] | |
| Popularity | Pointer to float32 | [optional] | |
| CreditId | Pointer to string | [optional] | |
| BackdropPath | Pointer to string | [optional] | |
| FirstAirDate | Pointer to string | [optional] | |
| VoteAverage | Pointer to float32 | [optional] | |
| GenreIds | Pointer to []float32 | [optional] | |
| PosterPath | Pointer to string | [optional] | |
| OriginalTitle | Pointer to string | [optional] | |
| Video | Pointer to bool | [optional] | |
| Title | Pointer to string | [optional] | |
| Adult | Pointer to bool | [optional] | |
| ReleaseDate | Pointer to string | [optional] | |
| Character | Pointer to string | [optional] | |
| MediaInfo | Pointer to MediaInfo | [optional] |
func NewCreditCast() *CreditCast
NewCreditCast instantiates a new CreditCast 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 NewCreditCastWithDefaults() *CreditCast
NewCreditCastWithDefaults instantiates a new CreditCast 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 *CreditCast) GetId() float32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *CreditCast) 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 *CreditCast) SetId(v float32)
SetId sets Id field to given value.
func (o *CreditCast) HasId() bool
HasId returns a boolean if a field has been set.
func (o *CreditCast) GetOriginalLanguage() string
GetOriginalLanguage returns the OriginalLanguage field if non-nil, zero value otherwise.
func (o *CreditCast) GetOriginalLanguageOk() (*string, bool)
GetOriginalLanguageOk returns a tuple with the OriginalLanguage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreditCast) SetOriginalLanguage(v string)
SetOriginalLanguage sets OriginalLanguage field to given value.
func (o *CreditCast) HasOriginalLanguage() bool
HasOriginalLanguage returns a boolean if a field has been set.
func (o *CreditCast) GetEpisodeCount() float32
GetEpisodeCount returns the EpisodeCount field if non-nil, zero value otherwise.
func (o *CreditCast) 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 *CreditCast) SetEpisodeCount(v float32)
SetEpisodeCount sets EpisodeCount field to given value.
func (o *CreditCast) HasEpisodeCount() bool
HasEpisodeCount returns a boolean if a field has been set.
func (o *CreditCast) GetOverview() string
GetOverview returns the Overview field if non-nil, zero value otherwise.
func (o *CreditCast) 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 *CreditCast) SetOverview(v string)
SetOverview sets Overview field to given value.
func (o *CreditCast) HasOverview() bool
HasOverview returns a boolean if a field has been set.
func (o *CreditCast) GetOriginCountry() []string
GetOriginCountry returns the OriginCountry field if non-nil, zero value otherwise.
func (o *CreditCast) GetOriginCountryOk() (*[]string, bool)
GetOriginCountryOk returns a tuple with the OriginCountry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreditCast) SetOriginCountry(v []string)
SetOriginCountry sets OriginCountry field to given value.
func (o *CreditCast) HasOriginCountry() bool
HasOriginCountry returns a boolean if a field has been set.
func (o *CreditCast) GetOriginalName() string
GetOriginalName returns the OriginalName field if non-nil, zero value otherwise.
func (o *CreditCast) GetOriginalNameOk() (*string, bool)
GetOriginalNameOk returns a tuple with the OriginalName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreditCast) SetOriginalName(v string)
SetOriginalName sets OriginalName field to given value.
func (o *CreditCast) HasOriginalName() bool
HasOriginalName returns a boolean if a field has been set.
func (o *CreditCast) GetVoteCount() float32
GetVoteCount returns the VoteCount field if non-nil, zero value otherwise.
func (o *CreditCast) GetVoteCountOk() (*float32, bool)
GetVoteCountOk returns a tuple with the VoteCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreditCast) SetVoteCount(v float32)
SetVoteCount sets VoteCount field to given value.
func (o *CreditCast) HasVoteCount() bool
HasVoteCount returns a boolean if a field has been set.
func (o *CreditCast) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CreditCast) 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 *CreditCast) SetName(v string)
SetName sets Name field to given value.
func (o *CreditCast) HasName() bool
HasName returns a boolean if a field has been set.
func (o *CreditCast) GetMediaType() string
GetMediaType returns the MediaType field if non-nil, zero value otherwise.
func (o *CreditCast) 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 *CreditCast) SetMediaType(v string)
SetMediaType sets MediaType field to given value.
func (o *CreditCast) HasMediaType() bool
HasMediaType returns a boolean if a field has been set.
func (o *CreditCast) GetPopularity() float32
GetPopularity returns the Popularity field if non-nil, zero value otherwise.
func (o *CreditCast) GetPopularityOk() (*float32, bool)
GetPopularityOk returns a tuple with the Popularity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreditCast) SetPopularity(v float32)
SetPopularity sets Popularity field to given value.
func (o *CreditCast) HasPopularity() bool
HasPopularity returns a boolean if a field has been set.
func (o *CreditCast) GetCreditId() string
GetCreditId returns the CreditId field if non-nil, zero value otherwise.
func (o *CreditCast) GetCreditIdOk() (*string, bool)
GetCreditIdOk returns a tuple with the CreditId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreditCast) SetCreditId(v string)
SetCreditId sets CreditId field to given value.
func (o *CreditCast) HasCreditId() bool
HasCreditId returns a boolean if a field has been set.
func (o *CreditCast) GetBackdropPath() string
GetBackdropPath returns the BackdropPath field if non-nil, zero value otherwise.
func (o *CreditCast) GetBackdropPathOk() (*string, bool)
GetBackdropPathOk returns a tuple with the BackdropPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreditCast) SetBackdropPath(v string)
SetBackdropPath sets BackdropPath field to given value.
func (o *CreditCast) HasBackdropPath() bool
HasBackdropPath returns a boolean if a field has been set.
func (o *CreditCast) GetFirstAirDate() string
GetFirstAirDate returns the FirstAirDate field if non-nil, zero value otherwise.
func (o *CreditCast) GetFirstAirDateOk() (*string, bool)
GetFirstAirDateOk returns a tuple with the FirstAirDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreditCast) SetFirstAirDate(v string)
SetFirstAirDate sets FirstAirDate field to given value.
func (o *CreditCast) HasFirstAirDate() bool
HasFirstAirDate returns a boolean if a field has been set.
func (o *CreditCast) GetVoteAverage() float32
GetVoteAverage returns the VoteAverage field if non-nil, zero value otherwise.
func (o *CreditCast) GetVoteAverageOk() (*float32, bool)
GetVoteAverageOk returns a tuple with the VoteAverage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreditCast) SetVoteAverage(v float32)
SetVoteAverage sets VoteAverage field to given value.
func (o *CreditCast) HasVoteAverage() bool
HasVoteAverage returns a boolean if a field has been set.
func (o *CreditCast) GetGenreIds() []float32
GetGenreIds returns the GenreIds field if non-nil, zero value otherwise.
func (o *CreditCast) GetGenreIdsOk() (*[]float32, bool)
GetGenreIdsOk returns a tuple with the GenreIds field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreditCast) SetGenreIds(v []float32)
SetGenreIds sets GenreIds field to given value.
func (o *CreditCast) HasGenreIds() bool
HasGenreIds returns a boolean if a field has been set.
func (o *CreditCast) GetPosterPath() string
GetPosterPath returns the PosterPath field if non-nil, zero value otherwise.
func (o *CreditCast) 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 *CreditCast) SetPosterPath(v string)
SetPosterPath sets PosterPath field to given value.
func (o *CreditCast) HasPosterPath() bool
HasPosterPath returns a boolean if a field has been set.
func (o *CreditCast) GetOriginalTitle() string
GetOriginalTitle returns the OriginalTitle field if non-nil, zero value otherwise.
func (o *CreditCast) GetOriginalTitleOk() (*string, bool)
GetOriginalTitleOk returns a tuple with the OriginalTitle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreditCast) SetOriginalTitle(v string)
SetOriginalTitle sets OriginalTitle field to given value.
func (o *CreditCast) HasOriginalTitle() bool
HasOriginalTitle returns a boolean if a field has been set.
func (o *CreditCast) GetVideo() bool
GetVideo returns the Video field if non-nil, zero value otherwise.
func (o *CreditCast) GetVideoOk() (*bool, bool)
GetVideoOk returns a tuple with the Video field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreditCast) SetVideo(v bool)
SetVideo sets Video field to given value.
func (o *CreditCast) HasVideo() bool
HasVideo returns a boolean if a field has been set.
func (o *CreditCast) GetTitle() string
GetTitle returns the Title field if non-nil, zero value otherwise.
func (o *CreditCast) GetTitleOk() (*string, bool)
GetTitleOk returns a tuple with the Title field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreditCast) SetTitle(v string)
SetTitle sets Title field to given value.
func (o *CreditCast) HasTitle() bool
HasTitle returns a boolean if a field has been set.
func (o *CreditCast) GetAdult() bool
GetAdult returns the Adult field if non-nil, zero value otherwise.
func (o *CreditCast) GetAdultOk() (*bool, bool)
GetAdultOk returns a tuple with the Adult field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreditCast) SetAdult(v bool)
SetAdult sets Adult field to given value.
func (o *CreditCast) HasAdult() bool
HasAdult returns a boolean if a field has been set.
func (o *CreditCast) GetReleaseDate() string
GetReleaseDate returns the ReleaseDate field if non-nil, zero value otherwise.
func (o *CreditCast) GetReleaseDateOk() (*string, bool)
GetReleaseDateOk returns a tuple with the ReleaseDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreditCast) SetReleaseDate(v string)
SetReleaseDate sets ReleaseDate field to given value.
func (o *CreditCast) HasReleaseDate() bool
HasReleaseDate returns a boolean if a field has been set.
func (o *CreditCast) GetCharacter() string
GetCharacter returns the Character field if non-nil, zero value otherwise.
func (o *CreditCast) GetCharacterOk() (*string, bool)
GetCharacterOk returns a tuple with the Character field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreditCast) SetCharacter(v string)
SetCharacter sets Character field to given value.
func (o *CreditCast) HasCharacter() bool
HasCharacter returns a boolean if a field has been set.
func (o *CreditCast) GetMediaInfo() MediaInfo
GetMediaInfo returns the MediaInfo field if non-nil, zero value otherwise.
func (o *CreditCast) GetMediaInfoOk() (*MediaInfo, bool)
GetMediaInfoOk returns a tuple with the MediaInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CreditCast) SetMediaInfo(v MediaInfo)
SetMediaInfo sets MediaInfo field to given value.
func (o *CreditCast) HasMediaInfo() bool
HasMediaInfo returns a boolean if a field has been set.