garage-admin-sdk-golang/docs/UpdateBucketRequestQuotas.md

103 lines
3.0 KiB
Markdown
Raw Permalink Normal View History

2022-11-13 13:22:00 +00:00
# UpdateBucketRequestQuotas
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
2023-01-31 08:13:55 +00:00
**MaxSize** | Pointer to **NullableInt64** | | [optional]
**MaxObjects** | Pointer to **NullableInt64** | | [optional]
2022-11-13 13:22:00 +00:00
## Methods
### NewUpdateBucketRequestQuotas
`func NewUpdateBucketRequestQuotas() *UpdateBucketRequestQuotas`
NewUpdateBucketRequestQuotas instantiates a new UpdateBucketRequestQuotas 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
### NewUpdateBucketRequestQuotasWithDefaults
`func NewUpdateBucketRequestQuotasWithDefaults() *UpdateBucketRequestQuotas`
NewUpdateBucketRequestQuotasWithDefaults instantiates a new UpdateBucketRequestQuotas 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
### GetMaxSize
2023-01-31 08:13:55 +00:00
`func (o *UpdateBucketRequestQuotas) GetMaxSize() int64`
2022-11-13 13:22:00 +00:00
GetMaxSize returns the MaxSize field if non-nil, zero value otherwise.
### GetMaxSizeOk
2023-01-31 08:13:55 +00:00
`func (o *UpdateBucketRequestQuotas) GetMaxSizeOk() (*int64, bool)`
2022-11-13 13:22:00 +00:00
GetMaxSizeOk returns a tuple with the MaxSize field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetMaxSize
2023-01-31 08:13:55 +00:00
`func (o *UpdateBucketRequestQuotas) SetMaxSize(v int64)`
2022-11-13 13:22:00 +00:00
SetMaxSize sets MaxSize field to given value.
### HasMaxSize
`func (o *UpdateBucketRequestQuotas) HasMaxSize() bool`
HasMaxSize returns a boolean if a field has been set.
### SetMaxSizeNil
`func (o *UpdateBucketRequestQuotas) SetMaxSizeNil(b bool)`
SetMaxSizeNil sets the value for MaxSize to be an explicit nil
### UnsetMaxSize
`func (o *UpdateBucketRequestQuotas) UnsetMaxSize()`
UnsetMaxSize ensures that no value is present for MaxSize, not even an explicit nil
### GetMaxObjects
2023-01-31 08:13:55 +00:00
`func (o *UpdateBucketRequestQuotas) GetMaxObjects() int64`
2022-11-13 13:22:00 +00:00
GetMaxObjects returns the MaxObjects field if non-nil, zero value otherwise.
### GetMaxObjectsOk
2023-01-31 08:13:55 +00:00
`func (o *UpdateBucketRequestQuotas) GetMaxObjectsOk() (*int64, bool)`
2022-11-13 13:22:00 +00:00
GetMaxObjectsOk returns a tuple with the MaxObjects field if it's non-nil, zero value otherwise
and a boolean to check if the value has been set.
### SetMaxObjects
2023-01-31 08:13:55 +00:00
`func (o *UpdateBucketRequestQuotas) SetMaxObjects(v int64)`
2022-11-13 13:22:00 +00:00
SetMaxObjects sets MaxObjects field to given value.
### HasMaxObjects
`func (o *UpdateBucketRequestQuotas) HasMaxObjects() bool`
HasMaxObjects returns a boolean if a field has been set.
### SetMaxObjectsNil
`func (o *UpdateBucketRequestQuotas) SetMaxObjectsNil(b bool)`
SetMaxObjectsNil sets the value for MaxObjects to be an explicit nil
### UnsetMaxObjects
`func (o *UpdateBucketRequestQuotas) UnsetMaxObjects()`
UnsetMaxObjects ensures that no value is present for MaxObjects, not even an explicit nil
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)