Name | Type | Description | Notes |
---|---|---|---|
Limit | Pointer to int32 | [optional] | |
Used | Pointer to int32 | [optional] |
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
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
func (o *ResourceTypeDetailsLimit) GetLimit() int32
GetLimit returns the Limit field if non-nil, zero value otherwise.
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.
func (o *ResourceTypeDetailsLimit) SetLimit(v int32)
SetLimit sets Limit field to given value.
func (o *ResourceTypeDetailsLimit) HasLimit() bool
HasLimit returns a boolean if a field has been set.
func (o *ResourceTypeDetailsLimit) GetUsed() int32
GetUsed returns the Used field if non-nil, zero value otherwise.
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.
func (o *ResourceTypeDetailsLimit) SetUsed(v int32)
SetUsed sets Used field to given value.
func (o *ResourceTypeDetailsLimit) HasUsed() bool
HasUsed returns a boolean if a field has been set.