Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 2.57 KB

Usage.md

File metadata and controls

108 lines (59 loc) · 2.57 KB

Usage

Properties

Name Type Description Notes
Limit Pointer to string [optional]
Percentage Pointer to string [optional]
Used Pointer to string [optional]

Methods

NewUsage

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

NewUsageWithDefaults

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

GetLimit

func (o *Usage) GetLimit() string

GetLimit returns the Limit field if non-nil, zero value otherwise.

GetLimitOk

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.

SetLimit

func (o *Usage) SetLimit(v string)

SetLimit sets Limit field to given value.

HasLimit

func (o *Usage) HasLimit() bool

HasLimit returns a boolean if a field has been set.

GetPercentage

func (o *Usage) GetPercentage() string

GetPercentage returns the Percentage field if non-nil, zero value otherwise.

GetPercentageOk

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.

SetPercentage

func (o *Usage) SetPercentage(v string)

SetPercentage sets Percentage field to given value.

HasPercentage

func (o *Usage) HasPercentage() bool

HasPercentage returns a boolean if a field has been set.

GetUsed

func (o *Usage) GetUsed() string

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

GetUsedOk

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.

SetUsed

func (o *Usage) SetUsed(v string)

SetUsed sets Used field to given value.

HasUsed

func (o *Usage) HasUsed() bool

HasUsed returns a boolean if a field has been set.

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