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] |
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
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
func (o *GetLinodeTransferByYearMonth200Response) GetBytesIn() int32
GetBytesIn returns the BytesIn field if non-nil, zero value otherwise.
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.
func (o *GetLinodeTransferByYearMonth200Response) SetBytesIn(v int32)
SetBytesIn sets BytesIn field to given value.
func (o *GetLinodeTransferByYearMonth200Response) HasBytesIn() bool
HasBytesIn returns a boolean if a field has been set.
func (o *GetLinodeTransferByYearMonth200Response) GetBytesOut() int32
GetBytesOut returns the BytesOut field if non-nil, zero value otherwise.
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.
func (o *GetLinodeTransferByYearMonth200Response) SetBytesOut(v int32)
SetBytesOut sets BytesOut field to given value.
func (o *GetLinodeTransferByYearMonth200Response) HasBytesOut() bool
HasBytesOut returns a boolean if a field has been set.
func (o *GetLinodeTransferByYearMonth200Response) GetBytesTotal() int32
GetBytesTotal returns the BytesTotal field if non-nil, zero value otherwise.
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.
func (o *GetLinodeTransferByYearMonth200Response) SetBytesTotal(v int32)
SetBytesTotal sets BytesTotal field to given value.
func (o *GetLinodeTransferByYearMonth200Response) HasBytesTotal() bool
HasBytesTotal returns a boolean if a field has been set.