Skip to content

Latest commit

 

History

History
248 lines (135 loc) · 5.72 KB

File metadata and controls

248 lines (135 loc) · 5.72 KB

Cast

Properties

Name Type Description Notes
Id Pointer to float32 [optional]
CastId Pointer to float32 [optional]
Character Pointer to string [optional]
CreditId Pointer to string [optional]
Gender Pointer to float32 [optional]
Name Pointer to string [optional]
Order Pointer to float32 [optional]
ProfilePath Pointer to NullableString [optional]

Methods

NewCast

func NewCast() *Cast

NewCast instantiates a new Cast 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

NewCastWithDefaults

func NewCastWithDefaults() *Cast

NewCastWithDefaults instantiates a new Cast 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

GetId

func (o *Cast) GetId() float32

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

GetIdOk

func (o *Cast) 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 *Cast) SetId(v float32)

SetId sets Id field to given value.

HasId

func (o *Cast) HasId() bool

HasId returns a boolean if a field has been set.

GetCastId

func (o *Cast) GetCastId() float32

GetCastId returns the CastId field if non-nil, zero value otherwise.

GetCastIdOk

func (o *Cast) GetCastIdOk() (*float32, bool)

GetCastIdOk returns a tuple with the CastId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCastId

func (o *Cast) SetCastId(v float32)

SetCastId sets CastId field to given value.

HasCastId

func (o *Cast) HasCastId() bool

HasCastId returns a boolean if a field has been set.

GetCharacter

func (o *Cast) GetCharacter() string

GetCharacter returns the Character field if non-nil, zero value otherwise.

GetCharacterOk

func (o *Cast) 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.

SetCharacter

func (o *Cast) SetCharacter(v string)

SetCharacter sets Character field to given value.

HasCharacter

func (o *Cast) HasCharacter() bool

HasCharacter returns a boolean if a field has been set.

GetCreditId

func (o *Cast) GetCreditId() string

GetCreditId returns the CreditId field if non-nil, zero value otherwise.

GetCreditIdOk

func (o *Cast) 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.

SetCreditId

func (o *Cast) SetCreditId(v string)

SetCreditId sets CreditId field to given value.

HasCreditId

func (o *Cast) HasCreditId() bool

HasCreditId returns a boolean if a field has been set.

GetGender

func (o *Cast) GetGender() float32

GetGender returns the Gender field if non-nil, zero value otherwise.

GetGenderOk

func (o *Cast) GetGenderOk() (*float32, bool)

GetGenderOk returns a tuple with the Gender field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGender

func (o *Cast) SetGender(v float32)

SetGender sets Gender field to given value.

HasGender

func (o *Cast) HasGender() bool

HasGender returns a boolean if a field has been set.

GetName

func (o *Cast) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *Cast) 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.

SetName

func (o *Cast) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *Cast) HasName() bool

HasName returns a boolean if a field has been set.

GetOrder

func (o *Cast) GetOrder() float32

GetOrder returns the Order field if non-nil, zero value otherwise.

GetOrderOk

func (o *Cast) GetOrderOk() (*float32, bool)

GetOrderOk returns a tuple with the Order field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetOrder

func (o *Cast) SetOrder(v float32)

SetOrder sets Order field to given value.

HasOrder

func (o *Cast) HasOrder() bool

HasOrder returns a boolean if a field has been set.

GetProfilePath

func (o *Cast) GetProfilePath() string

GetProfilePath returns the ProfilePath field if non-nil, zero value otherwise.

GetProfilePathOk

func (o *Cast) GetProfilePathOk() (*string, bool)

GetProfilePathOk returns a tuple with the ProfilePath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProfilePath

func (o *Cast) SetProfilePath(v string)

SetProfilePath sets ProfilePath field to given value.

HasProfilePath

func (o *Cast) HasProfilePath() bool

HasProfilePath returns a boolean if a field has been set.

SetProfilePathNil

func (o *Cast) SetProfilePathNil(b bool)

SetProfilePathNil sets the value for ProfilePath to be an explicit nil

UnsetProfilePath

func (o *Cast) UnsetProfilePath()

UnsetProfilePath ensures that no value is present for ProfilePath, not even an explicit nil

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