Name | Type | Description | Notes |
---|---|---|---|
Counts | Pointer to SettingsLicensing200ResponseCounts | [optional] | |
Limits | Pointer to SettingsLicensing200ResponseLimits | [optional] | |
TenantOverLicenseLimit | Pointer to int32 | [optional] |
func NewSettingsLicensing200Response() *SettingsLicensing200Response
NewSettingsLicensing200Response instantiates a new SettingsLicensing200Response 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 NewSettingsLicensing200ResponseWithDefaults() *SettingsLicensing200Response
NewSettingsLicensing200ResponseWithDefaults instantiates a new SettingsLicensing200Response 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 *SettingsLicensing200Response) GetCounts() SettingsLicensing200ResponseCounts
GetCounts returns the Counts field if non-nil, zero value otherwise.
func (o *SettingsLicensing200Response) GetCountsOk() (*SettingsLicensing200ResponseCounts, bool)
GetCountsOk returns a tuple with the Counts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingsLicensing200Response) SetCounts(v SettingsLicensing200ResponseCounts)
SetCounts sets Counts field to given value.
func (o *SettingsLicensing200Response) HasCounts() bool
HasCounts returns a boolean if a field has been set.
func (o *SettingsLicensing200Response) GetLimits() SettingsLicensing200ResponseLimits
GetLimits returns the Limits field if non-nil, zero value otherwise.
func (o *SettingsLicensing200Response) GetLimitsOk() (*SettingsLicensing200ResponseLimits, bool)
GetLimitsOk returns a tuple with the Limits field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingsLicensing200Response) SetLimits(v SettingsLicensing200ResponseLimits)
SetLimits sets Limits field to given value.
func (o *SettingsLicensing200Response) HasLimits() bool
HasLimits returns a boolean if a field has been set.
func (o *SettingsLicensing200Response) GetTenantOverLicenseLimit() int32
GetTenantOverLicenseLimit returns the TenantOverLicenseLimit field if non-nil, zero value otherwise.
func (o *SettingsLicensing200Response) GetTenantOverLicenseLimitOk() (*int32, bool)
GetTenantOverLicenseLimitOk returns a tuple with the TenantOverLicenseLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SettingsLicensing200Response) SetTenantOverLicenseLimit(v int32)
SetTenantOverLicenseLimit sets TenantOverLicenseLimit field to given value.
func (o *SettingsLicensing200Response) HasTenantOverLicenseLimit() bool
HasTenantOverLicenseLimit returns a boolean if a field has been set.