Name | Type | Description | Notes |
---|---|---|---|
AirplayPassword | Pointer to string | [optional] | |
Purchasing | Pointer to PurchasingV2 | [optional] |
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
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
func (o *UpdateTvOs) GetAirplayPassword() string
GetAirplayPassword returns the AirplayPassword field if non-nil, zero value otherwise.
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.
func (o *UpdateTvOs) SetAirplayPassword(v string)
SetAirplayPassword sets AirplayPassword field to given value.
func (o *UpdateTvOs) HasAirplayPassword() bool
HasAirplayPassword returns a boolean if a field has been set.
func (o *UpdateTvOs) GetPurchasing() PurchasingV2
GetPurchasing returns the Purchasing field if non-nil, zero value otherwise.
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.
func (o *UpdateTvOs) SetPurchasing(v PurchasingV2)
SetPurchasing sets Purchasing field to given value.
func (o *UpdateTvOs) HasPurchasing() bool
HasPurchasing returns a boolean if a field has been set.