Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.37 KB

UpdateAppleTv.md

File metadata and controls

82 lines (45 loc) · 2.37 KB

UpdateAppleTv

Properties

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

Methods

NewUpdateAppleTv

func NewUpdateAppleTv() *UpdateAppleTv

NewUpdateAppleTv instantiates a new UpdateAppleTv 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

NewUpdateAppleTvWithDefaults

func NewUpdateAppleTvWithDefaults() *UpdateAppleTv

NewUpdateAppleTvWithDefaults instantiates a new UpdateAppleTv 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 *UpdateAppleTv) GetAirplayPassword() string

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

GetAirplayPasswordOk

func (o *UpdateAppleTv) 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 *UpdateAppleTv) SetAirplayPassword(v string)

SetAirplayPassword sets AirplayPassword field to given value.

HasAirplayPassword

func (o *UpdateAppleTv) HasAirplayPassword() bool

HasAirplayPassword returns a boolean if a field has been set.

GetPurchasing

func (o *UpdateAppleTv) GetPurchasing() Purchasing

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

GetPurchasingOk

func (o *UpdateAppleTv) GetPurchasingOk() (*Purchasing, 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 *UpdateAppleTv) SetPurchasing(v Purchasing)

SetPurchasing sets Purchasing field to given value.

HasPurchasing

func (o *UpdateAppleTv) HasPurchasing() bool

HasPurchasing returns a boolean if a field has been set.

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