Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.19 KB

File metadata and controls

108 lines (59 loc) · 3.19 KB

GetPersonCombinedCredits2XXResponse

Properties

Name Type Description Notes
Cast Pointer to []CreditCast [optional]
Crew Pointer to []CreditCrew [optional]
Id Pointer to float32 [optional]

Methods

NewGetPersonCombinedCredits2XXResponse

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

NewGetPersonCombinedCredits2XXResponseWithDefaults

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

GetCast

func (o *GetPersonCombinedCredits2XXResponse) GetCast() []CreditCast

GetCast returns the Cast field if non-nil, zero value otherwise.

GetCastOk

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.

SetCast

func (o *GetPersonCombinedCredits2XXResponse) SetCast(v []CreditCast)

SetCast sets Cast field to given value.

HasCast

func (o *GetPersonCombinedCredits2XXResponse) HasCast() bool

HasCast returns a boolean if a field has been set.

GetCrew

func (o *GetPersonCombinedCredits2XXResponse) GetCrew() []CreditCrew

GetCrew returns the Crew field if non-nil, zero value otherwise.

GetCrewOk

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.

SetCrew

func (o *GetPersonCombinedCredits2XXResponse) SetCrew(v []CreditCrew)

SetCrew sets Crew field to given value.

HasCrew

func (o *GetPersonCombinedCredits2XXResponse) HasCrew() bool

HasCrew returns a boolean if a field has been set.

GetId

func (o *GetPersonCombinedCredits2XXResponse) GetId() float32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *GetPersonCombinedCredits2XXResponse) SetId(v float32)

SetId sets Id field to given value.

HasId

func (o *GetPersonCombinedCredits2XXResponse) HasId() bool

HasId returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]