Name | Type | Description | Notes |
---|---|---|---|
Billable | Pointer to int32 | The amount of your transfer pool that is billable this billing cycle. | [optional] [readonly] |
Quota | Pointer to int32 | The amount of network usage allowed this billing cycle. | [optional] [readonly] |
RegionTransfers | Pointer to []GetTransfer200ResponseRegionTransfersInner | [optional] | |
Used | Pointer to int32 | The amount of network usage you have used this billing cycle. | [optional] [readonly] |
func NewGetTransfer200Response() *GetTransfer200Response
NewGetTransfer200Response instantiates a new GetTransfer200Response 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 NewGetTransfer200ResponseWithDefaults() *GetTransfer200Response
NewGetTransfer200ResponseWithDefaults instantiates a new GetTransfer200Response 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 *GetTransfer200Response) GetBillable() int32
GetBillable returns the Billable field if non-nil, zero value otherwise.
func (o *GetTransfer200Response) GetBillableOk() (*int32, bool)
GetBillableOk returns a tuple with the Billable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTransfer200Response) SetBillable(v int32)
SetBillable sets Billable field to given value.
func (o *GetTransfer200Response) HasBillable() bool
HasBillable returns a boolean if a field has been set.
func (o *GetTransfer200Response) GetQuota() int32
GetQuota returns the Quota field if non-nil, zero value otherwise.
func (o *GetTransfer200Response) GetQuotaOk() (*int32, bool)
GetQuotaOk returns a tuple with the Quota field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTransfer200Response) SetQuota(v int32)
SetQuota sets Quota field to given value.
func (o *GetTransfer200Response) HasQuota() bool
HasQuota returns a boolean if a field has been set.
func (o *GetTransfer200Response) GetRegionTransfers() []GetTransfer200ResponseRegionTransfersInner
GetRegionTransfers returns the RegionTransfers field if non-nil, zero value otherwise.
func (o *GetTransfer200Response) GetRegionTransfersOk() (*[]GetTransfer200ResponseRegionTransfersInner, bool)
GetRegionTransfersOk returns a tuple with the RegionTransfers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GetTransfer200Response) SetRegionTransfers(v []GetTransfer200ResponseRegionTransfersInner)
SetRegionTransfers sets RegionTransfers field to given value.
func (o *GetTransfer200Response) HasRegionTransfers() bool
HasRegionTransfers returns a boolean if a field has been set.
func (o *GetTransfer200Response) GetUsed() int32
GetUsed returns the Used field if non-nil, zero value otherwise.
func (o *GetTransfer200Response) 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 *GetTransfer200Response) SetUsed(v int32)
SetUsed sets Used field to given value.
func (o *GetTransfer200Response) HasUsed() bool
HasUsed returns a boolean if a field has been set.