Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.28 KB

ResourceTypeDetailsLimit.md

File metadata and controls

82 lines (45 loc) · 2.28 KB

ResourceTypeDetailsLimit

Properties

Name Type Description Notes
Limit Pointer to int32 [optional]
Used Pointer to int32 [optional]

Methods

NewResourceTypeDetailsLimit

func NewResourceTypeDetailsLimit() *ResourceTypeDetailsLimit

NewResourceTypeDetailsLimit instantiates a new ResourceTypeDetailsLimit 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

NewResourceTypeDetailsLimitWithDefaults

func NewResourceTypeDetailsLimitWithDefaults() *ResourceTypeDetailsLimit

NewResourceTypeDetailsLimitWithDefaults instantiates a new ResourceTypeDetailsLimit 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 *ResourceTypeDetailsLimit) GetLimit() int32

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

GetLimitOk

func (o *ResourceTypeDetailsLimit) GetLimitOk() (*int32, 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 *ResourceTypeDetailsLimit) SetLimit(v int32)

SetLimit sets Limit field to given value.

HasLimit

func (o *ResourceTypeDetailsLimit) HasLimit() bool

HasLimit returns a boolean if a field has been set.

GetUsed

func (o *ResourceTypeDetailsLimit) GetUsed() int32

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

GetUsedOk

func (o *ResourceTypeDetailsLimit) GetUsedOk() (*int32, 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 *ResourceTypeDetailsLimit) SetUsed(v int32)

SetUsed sets Used field to given value.

HasUsed

func (o *ResourceTypeDetailsLimit) HasUsed() bool

HasUsed returns a boolean if a field has been set.

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