Name | Type | Description | Notes |
---|---|---|---|
TotalDomains | Pointer to NullableInt32 | Total number of domains that can be scoped to an organization | [optional] |
func NewDomainsQuota() *DomainsQuota
NewDomainsQuota instantiates a new DomainsQuota 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 NewDomainsQuotaWithDefaults() *DomainsQuota
NewDomainsQuotaWithDefaults instantiates a new DomainsQuota 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 *DomainsQuota) GetTotalDomains() int32
GetTotalDomains returns the TotalDomains field if non-nil, zero value otherwise.
func (o *DomainsQuota) GetTotalDomainsOk() (*int32, bool)
GetTotalDomainsOk returns a tuple with the TotalDomains field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DomainsQuota) SetTotalDomains(v int32)
SetTotalDomains sets TotalDomains field to given value.
func (o *DomainsQuota) HasTotalDomains() bool
HasTotalDomains returns a boolean if a field has been set.
func (o *DomainsQuota) SetTotalDomainsNil(b bool)
SetTotalDomainsNil sets the value for TotalDomains to be an explicit nil
func (o *DomainsQuota) UnsetTotalDomains()
UnsetTotalDomains ensures that no value is present for TotalDomains, not even an explicit nil