Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.96 KB

GetObjectStorageTransfer200Response.md

File metadata and controls

56 lines (31 loc) · 1.96 KB

GetObjectStorageTransfer200Response

Properties

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]

Methods

NewGetObjectStorageTransfer200Response

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

NewGetObjectStorageTransfer200ResponseWithDefaults

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

GetUsed

func (o *GetObjectStorageTransfer200Response) GetUsed() int32

GetUsed returns the Used field if non-nil, zero value otherwise.

GetUsedOk

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.

SetUsed

func (o *GetObjectStorageTransfer200Response) SetUsed(v int32)

SetUsed sets Used field to given value.

HasUsed

func (o *GetObjectStorageTransfer200Response) HasUsed() bool

HasUsed returns a boolean if a field has been set.

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