Name | Type | Description | Notes |
---|---|---|---|
Bytes | Pointer to int32 | Bytes count allowed by user per default on this server | [optional] |
func NewUpdateGlobalSieveQuotaRequest() *UpdateGlobalSieveQuotaRequest
NewUpdateGlobalSieveQuotaRequest instantiates a new UpdateGlobalSieveQuotaRequest 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 NewUpdateGlobalSieveQuotaRequestWithDefaults() *UpdateGlobalSieveQuotaRequest
NewUpdateGlobalSieveQuotaRequestWithDefaults instantiates a new UpdateGlobalSieveQuotaRequest 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 *UpdateGlobalSieveQuotaRequest) GetBytes() int32
GetBytes returns the Bytes field if non-nil, zero value otherwise.
func (o *UpdateGlobalSieveQuotaRequest) GetBytesOk() (*int32, bool)
GetBytesOk returns a tuple with the Bytes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UpdateGlobalSieveQuotaRequest) SetBytes(v int32)
SetBytes sets Bytes field to given value.
func (o *UpdateGlobalSieveQuotaRequest) HasBytes() bool
HasBytes returns a boolean if a field has been set.