| Name | Type | Description | Notes |
|---|---|---|---|
| Cast | Pointer to []CreditCast | [optional] | |
| Crew | Pointer to []CreditCrew | [optional] | |
| Id | Pointer to float32 | [optional] |
func NewGetPersonCombinedCredits2XXResponse() *GetPersonCombinedCredits2XXResponse
NewGetPersonCombinedCredits2XXResponse instantiates a new GetPersonCombinedCredits2XXResponse 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 NewGetPersonCombinedCredits2XXResponseWithDefaults() *GetPersonCombinedCredits2XXResponse
NewGetPersonCombinedCredits2XXResponseWithDefaults instantiates a new GetPersonCombinedCredits2XXResponse 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 *GetPersonCombinedCredits2XXResponse) GetCast() []CreditCast
GetCast returns the Cast field if non-nil, zero value otherwise.
func (o *GetPersonCombinedCredits2XXResponse) GetCastOk() (*[]CreditCast, bool)
GetCastOk returns a tuple with the Cast field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetPersonCombinedCredits2XXResponse) SetCast(v []CreditCast)
SetCast sets Cast field to given value.
func (o *GetPersonCombinedCredits2XXResponse) HasCast() bool
HasCast returns a boolean if a field has been set.
func (o *GetPersonCombinedCredits2XXResponse) GetCrew() []CreditCrew
GetCrew returns the Crew field if non-nil, zero value otherwise.
func (o *GetPersonCombinedCredits2XXResponse) GetCrewOk() (*[]CreditCrew, bool)
GetCrewOk returns a tuple with the Crew field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetPersonCombinedCredits2XXResponse) SetCrew(v []CreditCrew)
SetCrew sets Crew field to given value.
func (o *GetPersonCombinedCredits2XXResponse) HasCrew() bool
HasCrew returns a boolean if a field has been set.
func (o *GetPersonCombinedCredits2XXResponse) GetId() float32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *GetPersonCombinedCredits2XXResponse) 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 *GetPersonCombinedCredits2XXResponse) SetId(v float32)
SetId sets Id field to given value.
func (o *GetPersonCombinedCredits2XXResponse) HasId() bool
HasId returns a boolean if a field has been set.