Name | Type | Description | Notes |
---|---|---|---|
MacOS | Pointer to []string | [optional] | |
IOS | Pointer to []string | [optional] |
func NewAvailableOsUpdatesAvailableUpdates() *AvailableOsUpdatesAvailableUpdates
NewAvailableOsUpdatesAvailableUpdates instantiates a new AvailableOsUpdatesAvailableUpdates 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 NewAvailableOsUpdatesAvailableUpdatesWithDefaults() *AvailableOsUpdatesAvailableUpdates
NewAvailableOsUpdatesAvailableUpdatesWithDefaults instantiates a new AvailableOsUpdatesAvailableUpdates 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 *AvailableOsUpdatesAvailableUpdates) GetMacOS() []string
GetMacOS returns the MacOS field if non-nil, zero value otherwise.
func (o *AvailableOsUpdatesAvailableUpdates) GetMacOSOk() (*[]string, bool)
GetMacOSOk returns a tuple with the MacOS field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AvailableOsUpdatesAvailableUpdates) SetMacOS(v []string)
SetMacOS sets MacOS field to given value.
func (o *AvailableOsUpdatesAvailableUpdates) HasMacOS() bool
HasMacOS returns a boolean if a field has been set.
func (o *AvailableOsUpdatesAvailableUpdates) GetIOS() []string
GetIOS returns the IOS field if non-nil, zero value otherwise.
func (o *AvailableOsUpdatesAvailableUpdates) GetIOSOk() (*[]string, bool)
GetIOSOk returns a tuple with the IOS field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AvailableOsUpdatesAvailableUpdates) SetIOS(v []string)
SetIOS sets IOS field to given value.
func (o *AvailableOsUpdatesAvailableUpdates) HasIOS() bool
HasIOS returns a boolean if a field has been set.