Name | Type | Description | Notes |
---|---|---|---|
Limit | Pointer to string | [optional] | |
Percentage | Pointer to string | [optional] | |
Used | Pointer to string | [optional] |
func NewUsage() *Usage
NewUsage instantiates a new Usage 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 NewUsageWithDefaults() *Usage
NewUsageWithDefaults instantiates a new Usage 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 *Usage) GetLimit() string
GetLimit returns the Limit field if non-nil, zero value otherwise.
func (o *Usage) GetLimitOk() (*string, bool)
GetLimitOk returns a tuple with the Limit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Usage) SetLimit(v string)
SetLimit sets Limit field to given value.
func (o *Usage) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (o *Usage) GetPercentage() string
GetPercentage returns the Percentage field if non-nil, zero value otherwise.
func (o *Usage) GetPercentageOk() (*string, bool)
GetPercentageOk returns a tuple with the Percentage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Usage) SetPercentage(v string)
SetPercentage sets Percentage field to given value.
func (o *Usage) HasPercentage() bool
HasPercentage returns a boolean if a field has been set.
func (o *Usage) GetUsed() string
GetUsed returns the Used field if non-nil, zero value otherwise.
func (o *Usage) 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 *Usage) SetUsed(v string)
SetUsed sets Used field to given value.
func (o *Usage) HasUsed() bool
HasUsed returns a boolean if a field has been set.