Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.76 KB

GetLinodeTransferByYearMonth200Response.md

File metadata and controls

108 lines (59 loc) · 3.76 KB

GetLinodeTransferByYearMonth200Response

Properties

Name Type Description Notes
BytesIn Pointer to int32 The amount of inbound public network traffic received by this Linode, in bytes, for a specific year/month. [optional] [readonly]
BytesOut Pointer to int32 The amount of outbound public network traffic sent by this Linode, in bytes, for a specific year/month. [optional] [readonly]
BytesTotal Pointer to int32 The total amount of public network traffic sent and received by this Linode, in bytes, for a specific year/month. [optional] [readonly]

Methods

NewGetLinodeTransferByYearMonth200Response

func NewGetLinodeTransferByYearMonth200Response() *GetLinodeTransferByYearMonth200Response

NewGetLinodeTransferByYearMonth200Response instantiates a new GetLinodeTransferByYearMonth200Response 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

NewGetLinodeTransferByYearMonth200ResponseWithDefaults

func NewGetLinodeTransferByYearMonth200ResponseWithDefaults() *GetLinodeTransferByYearMonth200Response

NewGetLinodeTransferByYearMonth200ResponseWithDefaults instantiates a new GetLinodeTransferByYearMonth200Response 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

GetBytesIn

func (o *GetLinodeTransferByYearMonth200Response) GetBytesIn() int32

GetBytesIn returns the BytesIn field if non-nil, zero value otherwise.

GetBytesInOk

func (o *GetLinodeTransferByYearMonth200Response) GetBytesInOk() (*int32, bool)

GetBytesInOk returns a tuple with the BytesIn field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBytesIn

func (o *GetLinodeTransferByYearMonth200Response) SetBytesIn(v int32)

SetBytesIn sets BytesIn field to given value.

HasBytesIn

func (o *GetLinodeTransferByYearMonth200Response) HasBytesIn() bool

HasBytesIn returns a boolean if a field has been set.

GetBytesOut

func (o *GetLinodeTransferByYearMonth200Response) GetBytesOut() int32

GetBytesOut returns the BytesOut field if non-nil, zero value otherwise.

GetBytesOutOk

func (o *GetLinodeTransferByYearMonth200Response) GetBytesOutOk() (*int32, bool)

GetBytesOutOk returns a tuple with the BytesOut field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBytesOut

func (o *GetLinodeTransferByYearMonth200Response) SetBytesOut(v int32)

SetBytesOut sets BytesOut field to given value.

HasBytesOut

func (o *GetLinodeTransferByYearMonth200Response) HasBytesOut() bool

HasBytesOut returns a boolean if a field has been set.

GetBytesTotal

func (o *GetLinodeTransferByYearMonth200Response) GetBytesTotal() int32

GetBytesTotal returns the BytesTotal field if non-nil, zero value otherwise.

GetBytesTotalOk

func (o *GetLinodeTransferByYearMonth200Response) GetBytesTotalOk() (*int32, bool)

GetBytesTotalOk returns a tuple with the BytesTotal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetBytesTotal

func (o *GetLinodeTransferByYearMonth200Response) SetBytesTotal(v int32)

SetBytesTotal sets BytesTotal field to given value.

HasBytesTotal

func (o *GetLinodeTransferByYearMonth200Response) HasBytesTotal() bool

HasBytesTotal returns a boolean if a field has been set.

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