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