Name | Type | Description | Notes |
---|---|---|---|
MemoryQuota | int32 |
func NewUpdateBucketRequest(memoryQuota int32, ) *UpdateBucketRequest
NewUpdateBucketRequest instantiates a new UpdateBucketRequest 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 NewUpdateBucketRequestWithDefaults() *UpdateBucketRequest
NewUpdateBucketRequestWithDefaults instantiates a new UpdateBucketRequest 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 *UpdateBucketRequest) GetMemoryQuota() int32
GetMemoryQuota returns the MemoryQuota field if non-nil, zero value otherwise.
func (o *UpdateBucketRequest) GetMemoryQuotaOk() (*int32, bool)
GetMemoryQuotaOk returns a tuple with the MemoryQuota field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateBucketRequest) SetMemoryQuota(v int32)
SetMemoryQuota sets MemoryQuota field to given value.