Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.57 KB

UpdateIos.md

File metadata and controls

56 lines (31 loc) · 1.57 KB

UpdateIos

Properties

Name Type Description Notes
Purchasing Pointer to Purchasing [optional]

Methods

NewUpdateIos

func NewUpdateIos() *UpdateIos

NewUpdateIos instantiates a new UpdateIos 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

NewUpdateIosWithDefaults

func NewUpdateIosWithDefaults() *UpdateIos

NewUpdateIosWithDefaults instantiates a new UpdateIos 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

GetPurchasing

func (o *UpdateIos) GetPurchasing() Purchasing

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

GetPurchasingOk

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

SetPurchasing sets Purchasing field to given value.

HasPurchasing

func (o *UpdateIos) HasPurchasing() bool

HasPurchasing returns a boolean if a field has been set.

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