Name | Type | Description | Notes |
---|---|---|---|
Os | string | iOS version | |
Osbuild | Pointer to NullableString | (optional) iOS build ID | [optional] |
func NewInstanceUpgradeBody(os string, ) *InstanceUpgradeBody
NewInstanceUpgradeBody instantiates a new InstanceUpgradeBody 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 NewInstanceUpgradeBodyWithDefaults() *InstanceUpgradeBody
NewInstanceUpgradeBodyWithDefaults instantiates a new InstanceUpgradeBody 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 *InstanceUpgradeBody) GetOs() string
GetOs returns the Os field if non-nil, zero value otherwise.
func (o *InstanceUpgradeBody) GetOsOk() (*string, bool)
GetOsOk returns a tuple with the Os field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceUpgradeBody) SetOs(v string)
SetOs sets Os field to given value.
func (o *InstanceUpgradeBody) GetOsbuild() string
GetOsbuild returns the Osbuild field if non-nil, zero value otherwise.
func (o *InstanceUpgradeBody) GetOsbuildOk() (*string, bool)
GetOsbuildOk returns a tuple with the Osbuild field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InstanceUpgradeBody) SetOsbuild(v string)
SetOsbuild sets Osbuild field to given value.
func (o *InstanceUpgradeBody) HasOsbuild() bool
HasOsbuild returns a boolean if a field has been set.
func (o *InstanceUpgradeBody) SetOsbuildNil(b bool)
SetOsbuildNil sets the value for Osbuild to be an explicit nil
func (o *InstanceUpgradeBody) UnsetOsbuild()
UnsetOsbuild ensures that no value is present for Osbuild, not even an explicit nil