Name | Type | Description | Notes |
---|---|---|---|
Configured | Pointer to string | [optional] | |
PercentageUsed | Pointer to string | [optional] | |
PlanLimit | Pointer to string | [optional] | |
Used | Pointer to string | [optional] |
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
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
func (o *AllocatedLimit) GetConfigured() string
GetConfigured returns the Configured field if non-nil, zero value otherwise.
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.
func (o *AllocatedLimit) SetConfigured(v string)
SetConfigured sets Configured field to given value.
func (o *AllocatedLimit) HasConfigured() bool
HasConfigured returns a boolean if a field has been set.
func (o *AllocatedLimit) GetPercentageUsed() string
GetPercentageUsed returns the PercentageUsed field if non-nil, zero value otherwise.
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.
func (o *AllocatedLimit) SetPercentageUsed(v string)
SetPercentageUsed sets PercentageUsed field to given value.
func (o *AllocatedLimit) HasPercentageUsed() bool
HasPercentageUsed returns a boolean if a field has been set.
func (o *AllocatedLimit) GetPlanLimit() string
GetPlanLimit returns the PlanLimit field if non-nil, zero value otherwise.
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.
func (o *AllocatedLimit) SetPlanLimit(v string)
SetPlanLimit sets PlanLimit field to given value.
func (o *AllocatedLimit) HasPlanLimit() bool
HasPlanLimit returns a boolean if a field has been set.
func (o *AllocatedLimit) GetUsed() string
GetUsed returns the Used field if non-nil, zero value otherwise.
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.
func (o *AllocatedLimit) SetUsed(v string)
SetUsed sets Used field to given value.
func (o *AllocatedLimit) HasUsed() bool
HasUsed returns a boolean if a field has been set.