Name | Type | Description | Notes |
---|---|---|---|
PaidServicesAllowed | Pointer to bool | Specifies whether instances of paid service plans can be created | [optional] |
TotalServiceInstances | Pointer to NullableInt32 | Total number of service instances allowed in an organization | [optional] |
TotalServiceKeys | Pointer to NullableInt32 | Total number of service keys allowed in an organization | [optional] |
func NewServicesQuota() *ServicesQuota
NewServicesQuota instantiates a new ServicesQuota 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 NewServicesQuotaWithDefaults() *ServicesQuota
NewServicesQuotaWithDefaults instantiates a new ServicesQuota 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 *ServicesQuota) GetPaidServicesAllowed() bool
GetPaidServicesAllowed returns the PaidServicesAllowed field if non-nil, zero value otherwise.
func (o *ServicesQuota) GetPaidServicesAllowedOk() (*bool, bool)
GetPaidServicesAllowedOk returns a tuple with the PaidServicesAllowed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServicesQuota) SetPaidServicesAllowed(v bool)
SetPaidServicesAllowed sets PaidServicesAllowed field to given value.
func (o *ServicesQuota) HasPaidServicesAllowed() bool
HasPaidServicesAllowed returns a boolean if a field has been set.
func (o *ServicesQuota) GetTotalServiceInstances() int32
GetTotalServiceInstances returns the TotalServiceInstances field if non-nil, zero value otherwise.
func (o *ServicesQuota) GetTotalServiceInstancesOk() (*int32, bool)
GetTotalServiceInstancesOk returns a tuple with the TotalServiceInstances field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServicesQuota) SetTotalServiceInstances(v int32)
SetTotalServiceInstances sets TotalServiceInstances field to given value.
func (o *ServicesQuota) HasTotalServiceInstances() bool
HasTotalServiceInstances returns a boolean if a field has been set.
func (o *ServicesQuota) SetTotalServiceInstancesNil(b bool)
SetTotalServiceInstancesNil sets the value for TotalServiceInstances to be an explicit nil
func (o *ServicesQuota) UnsetTotalServiceInstances()
UnsetTotalServiceInstances ensures that no value is present for TotalServiceInstances, not even an explicit nil
func (o *ServicesQuota) GetTotalServiceKeys() int32
GetTotalServiceKeys returns the TotalServiceKeys field if non-nil, zero value otherwise.
func (o *ServicesQuota) GetTotalServiceKeysOk() (*int32, bool)
GetTotalServiceKeysOk returns a tuple with the TotalServiceKeys field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServicesQuota) SetTotalServiceKeys(v int32)
SetTotalServiceKeys sets TotalServiceKeys field to given value.
func (o *ServicesQuota) HasTotalServiceKeys() bool
HasTotalServiceKeys returns a boolean if a field has been set.
func (o *ServicesQuota) SetTotalServiceKeysNil(b bool)
SetTotalServiceKeysNil sets the value for TotalServiceKeys to be an explicit nil
func (o *ServicesQuota) UnsetTotalServiceKeys()
UnsetTotalServiceKeys ensures that no value is present for TotalServiceKeys, not even an explicit nil