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