Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.93 KB

SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform.md

File metadata and controls

82 lines (45 loc) · 2.93 KB

SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform

Properties

Name Type Description Notes
Macos Pointer to int32 [optional]
IosIpados Pointer to int32 [optional]

Methods

NewSettingsLicensing200ResponseLimitsMaxDevicesPerPlatform

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

NewSettingsLicensing200ResponseLimitsMaxDevicesPerPlatformWithDefaults

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

GetMacos

func (o *SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform) GetMacos() int32

GetMacos returns the Macos field if non-nil, zero value otherwise.

GetMacosOk

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.

SetMacos

func (o *SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform) SetMacos(v int32)

SetMacos sets Macos field to given value.

HasMacos

func (o *SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform) HasMacos() bool

HasMacos returns a boolean if a field has been set.

GetIosIpados

func (o *SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform) GetIosIpados() int32

GetIosIpados returns the IosIpados field if non-nil, zero value otherwise.

GetIosIpadosOk

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.

SetIosIpados

func (o *SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform) SetIosIpados(v int32)

SetIosIpados sets IosIpados field to given value.

HasIosIpados

func (o *SettingsLicensing200ResponseLimitsMaxDevicesPerPlatform) HasIosIpados() bool

HasIosIpados returns a boolean if a field has been set.

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