Name | Type | Description | Notes |
---|---|---|---|
Bytes | Pointer to int32 | Bytes count allowed for this user on this server | [optional] |
func NewUpdateUserSieveQuotaRequest() *UpdateUserSieveQuotaRequest
NewUpdateUserSieveQuotaRequest instantiates a new UpdateUserSieveQuotaRequest 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 NewUpdateUserSieveQuotaRequestWithDefaults() *UpdateUserSieveQuotaRequest
NewUpdateUserSieveQuotaRequestWithDefaults instantiates a new UpdateUserSieveQuotaRequest 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 *UpdateUserSieveQuotaRequest) GetBytes() int32
GetBytes returns the Bytes field if non-nil, zero value otherwise.
func (o *UpdateUserSieveQuotaRequest) 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 *UpdateUserSieveQuotaRequest) SetBytes(v int32)
SetBytes sets Bytes field to given value.
func (o *UpdateUserSieveQuotaRequest) HasBytes() bool
HasBytes returns a boolean if a field has been set.