Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.56 KB

AllocatedLimit.md

File metadata and controls

134 lines (73 loc) · 3.56 KB

AllocatedLimit

Properties

Name Type Description Notes
Configured Pointer to string [optional]
PercentageUsed Pointer to string [optional]
PlanLimit Pointer to string [optional]
Used Pointer to string [optional]

Methods

NewAllocatedLimit

func NewAllocatedLimit() *AllocatedLimit

NewAllocatedLimit instantiates a new AllocatedLimit 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

NewAllocatedLimitWithDefaults

func NewAllocatedLimitWithDefaults() *AllocatedLimit

NewAllocatedLimitWithDefaults instantiates a new AllocatedLimit 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

GetConfigured

func (o *AllocatedLimit) GetConfigured() string

GetConfigured returns the Configured field if non-nil, zero value otherwise.

GetConfiguredOk

func (o *AllocatedLimit) GetConfiguredOk() (*string, bool)

GetConfiguredOk returns a tuple with the Configured field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetConfigured

func (o *AllocatedLimit) SetConfigured(v string)

SetConfigured sets Configured field to given value.

HasConfigured

func (o *AllocatedLimit) HasConfigured() bool

HasConfigured returns a boolean if a field has been set.

GetPercentageUsed

func (o *AllocatedLimit) GetPercentageUsed() string

GetPercentageUsed returns the PercentageUsed field if non-nil, zero value otherwise.

GetPercentageUsedOk

func (o *AllocatedLimit) GetPercentageUsedOk() (*string, bool)

GetPercentageUsedOk returns a tuple with the PercentageUsed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPercentageUsed

func (o *AllocatedLimit) SetPercentageUsed(v string)

SetPercentageUsed sets PercentageUsed field to given value.

HasPercentageUsed

func (o *AllocatedLimit) HasPercentageUsed() bool

HasPercentageUsed returns a boolean if a field has been set.

GetPlanLimit

func (o *AllocatedLimit) GetPlanLimit() string

GetPlanLimit returns the PlanLimit field if non-nil, zero value otherwise.

GetPlanLimitOk

func (o *AllocatedLimit) GetPlanLimitOk() (*string, bool)

GetPlanLimitOk returns a tuple with the PlanLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPlanLimit

func (o *AllocatedLimit) SetPlanLimit(v string)

SetPlanLimit sets PlanLimit field to given value.

HasPlanLimit

func (o *AllocatedLimit) HasPlanLimit() bool

HasPlanLimit returns a boolean if a field has been set.

GetUsed

func (o *AllocatedLimit) GetUsed() string

GetUsed returns the Used field if non-nil, zero value otherwise.

GetUsedOk

func (o *AllocatedLimit) GetUsedOk() (*string, bool)

GetUsedOk returns a tuple with the Used field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetUsed

func (o *AllocatedLimit) SetUsed(v string)

SetUsed sets Used field to given value.

HasUsed

func (o *AllocatedLimit) HasUsed() bool

HasUsed returns a boolean if a field has been set.

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