Name | Type | Description | Notes |
---|---|---|---|
Macos | Pointer to int32 | [optional] | |
IosIpados | Pointer to int32 | [optional] |
func NewSettingsLicensing200ResponseLimitsMaxDevicesPerPlatform() *SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform
NewSettingsLicensing200ResponseLimitsMaxDevicesPerPlatform instantiates a new SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform 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 NewSettingsLicensing200ResponseLimitsMaxDevicesPerPlatformWithDefaults() *SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform
NewSettingsLicensing200ResponseLimitsMaxDevicesPerPlatformWithDefaults instantiates a new SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform 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 *SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform) GetMacos() int32
GetMacos returns the Macos field if non-nil, zero value otherwise.
func (o *SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform) GetMacosOk() (*int32, 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 *SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform) SetMacos(v int32)
SetMacos sets Macos field to given value.
func (o *SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform) HasMacos() bool
HasMacos returns a boolean if a field has been set.
func (o *SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform) GetIosIpados() int32
GetIosIpados returns the IosIpados field if non-nil, zero value otherwise.
func (o *SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform) GetIosIpadosOk() (*int32, bool)
GetIosIpadosOk returns a tuple with the IosIpados field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform) SetIosIpados(v int32)
SetIosIpados sets IosIpados field to given value.
func (o *SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform) HasIosIpados() bool
HasIosIpados returns a boolean if a field has been set.