Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.32 KB

UpdateTvOs.md

File metadata and controls

82 lines (45 loc) · 2.32 KB

UpdateTvOs

Properties

Name Type Description Notes
AirplayPassword Pointer to string [optional]
Purchasing Pointer to PurchasingV2 [optional]

Methods

NewUpdateTvOs

func NewUpdateTvOs() *UpdateTvOs

NewUpdateTvOs instantiates a new UpdateTvOs 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

NewUpdateTvOsWithDefaults

func NewUpdateTvOsWithDefaults() *UpdateTvOs

NewUpdateTvOsWithDefaults instantiates a new UpdateTvOs 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

GetAirplayPassword

func (o *UpdateTvOs) GetAirplayPassword() string

GetAirplayPassword returns the AirplayPassword field if non-nil, zero value otherwise.

GetAirplayPasswordOk

func (o *UpdateTvOs) GetAirplayPasswordOk() (*string, bool)

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

SetAirplayPassword

func (o *UpdateTvOs) SetAirplayPassword(v string)

SetAirplayPassword sets AirplayPassword field to given value.

HasAirplayPassword

func (o *UpdateTvOs) HasAirplayPassword() bool

HasAirplayPassword returns a boolean if a field has been set.

GetPurchasing

func (o *UpdateTvOs) GetPurchasing() PurchasingV2

GetPurchasing returns the Purchasing field if non-nil, zero value otherwise.

GetPurchasingOk

func (o *UpdateTvOs) GetPurchasingOk() (*PurchasingV2, bool)

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

SetPurchasing

func (o *UpdateTvOs) SetPurchasing(v PurchasingV2)

SetPurchasing sets Purchasing field to given value.

HasPurchasing

func (o *UpdateTvOs) HasPurchasing() bool

HasPurchasing returns a boolean if a field has been set.

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