Name | Type | Description | Notes |
---|---|---|---|
Used | Pointer to int32 | The amount of outbound data transfer used by your account's Object Storage buckets, in bytes, for the current month's billing cycle. | [optional] [readonly] |
func NewGetObjectStorageTransfer200Response() *GetObjectStorageTransfer200Response
NewGetObjectStorageTransfer200Response instantiates a new GetObjectStorageTransfer200Response 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 NewGetObjectStorageTransfer200ResponseWithDefaults() *GetObjectStorageTransfer200Response
NewGetObjectStorageTransfer200ResponseWithDefaults instantiates a new GetObjectStorageTransfer200Response 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 *GetObjectStorageTransfer200Response) GetUsed() int32
GetUsed returns the Used field if non-nil, zero value otherwise.
func (o *GetObjectStorageTransfer200Response) GetUsedOk() (*int32, bool)
GetUsedOk returns a tuple with the Used field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetObjectStorageTransfer200Response) SetUsed(v int32)
SetUsed sets Used field to given value.
func (o *GetObjectStorageTransfer200Response) HasUsed() bool
HasUsed returns a boolean if a field has been set.