| 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] |
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
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
func (o *Cast) GetId() float32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *Cast) SetId(v float32)
SetId sets Id field to given value.
func (o *Cast) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Cast) GetCastId() float32
GetCastId returns the CastId field if non-nil, zero value otherwise.
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.
func (o *Cast) SetCastId(v float32)
SetCastId sets CastId field to given value.
func (o *Cast) HasCastId() bool
HasCastId returns a boolean if a field has been set.
func (o *Cast) GetCharacter() string
GetCharacter returns the Character field if non-nil, zero value otherwise.
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.
func (o *Cast) SetCharacter(v string)
SetCharacter sets Character field to given value.
func (o *Cast) HasCharacter() bool
HasCharacter returns a boolean if a field has been set.
func (o *Cast) GetCreditId() string
GetCreditId returns the CreditId field if non-nil, zero value otherwise.
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.
func (o *Cast) SetCreditId(v string)
SetCreditId sets CreditId field to given value.
func (o *Cast) HasCreditId() bool
HasCreditId returns a boolean if a field has been set.
func (o *Cast) GetGender() float32
GetGender returns the Gender field if non-nil, zero value otherwise.
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.
func (o *Cast) SetGender(v float32)
SetGender sets Gender field to given value.
func (o *Cast) HasGender() bool
HasGender returns a boolean if a field has been set.
func (o *Cast) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *Cast) SetName(v string)
SetName sets Name field to given value.
func (o *Cast) HasName() bool
HasName returns a boolean if a field has been set.
func (o *Cast) GetOrder() float32
GetOrder returns the Order field if non-nil, zero value otherwise.
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.
func (o *Cast) SetOrder(v float32)
SetOrder sets Order field to given value.
func (o *Cast) HasOrder() bool
HasOrder returns a boolean if a field has been set.
func (o *Cast) GetProfilePath() string
GetProfilePath returns the ProfilePath field if non-nil, zero value otherwise.
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.
func (o *Cast) SetProfilePath(v string)
SetProfilePath sets ProfilePath field to given value.
func (o *Cast) HasProfilePath() bool
HasProfilePath returns a boolean if a field has been set.
func (o *Cast) SetProfilePathNil(b bool)
SetProfilePathNil sets the value for ProfilePath to be an explicit nil
func (o *Cast) UnsetProfilePath()
UnsetProfilePath ensures that no value is present for ProfilePath, not even an explicit nil