Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.76 KB

UpdateUserSieveQuotaRequest.md

File metadata and controls

56 lines (31 loc) · 1.76 KB

UpdateUserSieveQuotaRequest

Properties

Name Type Description Notes
Bytes Pointer to int32 Bytes count allowed for this user on this server [optional]

Methods

NewUpdateUserSieveQuotaRequest

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

NewUpdateUserSieveQuotaRequestWithDefaults

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

GetBytes

func (o *UpdateUserSieveQuotaRequest) GetBytes() int32

GetBytes returns the Bytes field if non-nil, zero value otherwise.

GetBytesOk

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.

SetBytes

func (o *UpdateUserSieveQuotaRequest) SetBytes(v int32)

SetBytes sets Bytes field to given value.

HasBytes

func (o *UpdateUserSieveQuotaRequest) HasBytes() bool

HasBytes returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]