| Name | Type | Description | Notes |
|---|---|---|---|
| UsedSize | Pointer to int32 | [optional] |
func NewS3GetQuotaResponse() *S3GetQuotaResponse
NewS3GetQuotaResponse instantiates a new S3GetQuotaResponse 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 NewS3GetQuotaResponseWithDefaults() *S3GetQuotaResponse
NewS3GetQuotaResponseWithDefaults instantiates a new S3GetQuotaResponse 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 *S3GetQuotaResponse) GetUsedSize() int32
GetUsedSize returns the UsedSize field if non-nil, zero value otherwise.
func (o *S3GetQuotaResponse) GetUsedSizeOk() (*int32, bool)
GetUsedSizeOk returns a tuple with the UsedSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *S3GetQuotaResponse) SetUsedSize(v int32)
SetUsedSize sets UsedSize field to given value.
func (o *S3GetQuotaResponse) HasUsedSize() bool
HasUsedSize returns a boolean if a field has been set.