Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.02 KB

QuotaMetric.md

File metadata and controls

82 lines (45 loc) · 2.02 KB

QuotaMetric

Properties

Name Type Description Notes
Key Pointer to string [optional]
Unit Pointer to string [optional]

Methods

NewQuotaMetric

func NewQuotaMetric() *QuotaMetric

NewQuotaMetric instantiates a new QuotaMetric 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

NewQuotaMetricWithDefaults

func NewQuotaMetricWithDefaults() *QuotaMetric

NewQuotaMetricWithDefaults instantiates a new QuotaMetric 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

GetKey

func (o *QuotaMetric) GetKey() string

GetKey returns the Key field if non-nil, zero value otherwise.

GetKeyOk

func (o *QuotaMetric) GetKeyOk() (*string, bool)

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

SetKey

func (o *QuotaMetric) SetKey(v string)

SetKey sets Key field to given value.

HasKey

func (o *QuotaMetric) HasKey() bool

HasKey returns a boolean if a field has been set.

GetUnit

func (o *QuotaMetric) GetUnit() string

GetUnit returns the Unit field if non-nil, zero value otherwise.

GetUnitOk

func (o *QuotaMetric) GetUnitOk() (*string, bool)

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

SetUnit

func (o *QuotaMetric) SetUnit(v string)

SetUnit sets Unit field to given value.

HasUnit

func (o *QuotaMetric) HasUnit() bool

HasUnit returns a boolean if a field has been set.

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