Skip to content

Latest commit

 

History

History
128 lines (71 loc) · 4.22 KB

ServicesQuota.md

File metadata and controls

128 lines (71 loc) · 4.22 KB

ServicesQuota

Properties

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]

Methods

NewServicesQuota

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

NewServicesQuotaWithDefaults

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

GetPaidServicesAllowed

func (o *ServicesQuota) GetPaidServicesAllowed() bool

GetPaidServicesAllowed returns the PaidServicesAllowed field if non-nil, zero value otherwise.

GetPaidServicesAllowedOk

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.

SetPaidServicesAllowed

func (o *ServicesQuota) SetPaidServicesAllowed(v bool)

SetPaidServicesAllowed sets PaidServicesAllowed field to given value.

HasPaidServicesAllowed

func (o *ServicesQuota) HasPaidServicesAllowed() bool

HasPaidServicesAllowed returns a boolean if a field has been set.

GetTotalServiceInstances

func (o *ServicesQuota) GetTotalServiceInstances() int32

GetTotalServiceInstances returns the TotalServiceInstances field if non-nil, zero value otherwise.

GetTotalServiceInstancesOk

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.

SetTotalServiceInstances

func (o *ServicesQuota) SetTotalServiceInstances(v int32)

SetTotalServiceInstances sets TotalServiceInstances field to given value.

HasTotalServiceInstances

func (o *ServicesQuota) HasTotalServiceInstances() bool

HasTotalServiceInstances returns a boolean if a field has been set.

SetTotalServiceInstancesNil

func (o *ServicesQuota) SetTotalServiceInstancesNil(b bool)

SetTotalServiceInstancesNil sets the value for TotalServiceInstances to be an explicit nil

UnsetTotalServiceInstances

func (o *ServicesQuota) UnsetTotalServiceInstances()

UnsetTotalServiceInstances ensures that no value is present for TotalServiceInstances, not even an explicit nil

GetTotalServiceKeys

func (o *ServicesQuota) GetTotalServiceKeys() int32

GetTotalServiceKeys returns the TotalServiceKeys field if non-nil, zero value otherwise.

GetTotalServiceKeysOk

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.

SetTotalServiceKeys

func (o *ServicesQuota) SetTotalServiceKeys(v int32)

SetTotalServiceKeys sets TotalServiceKeys field to given value.

HasTotalServiceKeys

func (o *ServicesQuota) HasTotalServiceKeys() bool

HasTotalServiceKeys returns a boolean if a field has been set.

SetTotalServiceKeysNil

func (o *ServicesQuota) SetTotalServiceKeysNil(b bool)

SetTotalServiceKeysNil sets the value for TotalServiceKeys to be an explicit nil

UnsetTotalServiceKeys

func (o *ServicesQuota) UnsetTotalServiceKeys()

UnsetTotalServiceKeys ensures that no value is present for TotalServiceKeys, not even an explicit nil

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