Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.85 KB

GetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbps.md

File metadata and controls

108 lines (59 loc) · 3.85 KB

GetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbps

Properties

Name Type Description Notes
Total Pointer to float32 The average speed of the data sent and received (in kilobits-per-second). [optional]
Sent Pointer to float32 The average speed of the data sent (in kilobits-per-second). [optional]
Recv Pointer to float32 The average speed of the data received (in kilobits-per-second). [optional]

Methods

NewGetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbps

func NewGetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbps() *GetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbps

NewGetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbps instantiates a new GetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbps 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

NewGetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbpsWithDefaults

func NewGetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbpsWithDefaults() *GetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbps

NewGetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbpsWithDefaults instantiates a new GetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbps 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

GetTotal

func (o *GetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbps) GetTotal() float32

GetTotal returns the Total field if non-nil, zero value otherwise.

GetTotalOk

func (o *GetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbps) GetTotalOk() (*float32, bool)

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

SetTotal

func (o *GetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbps) SetTotal(v float32)

SetTotal sets Total field to given value.

HasTotal

func (o *GetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbps) HasTotal() bool

HasTotal returns a boolean if a field has been set.

GetSent

func (o *GetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbps) GetSent() float32

GetSent returns the Sent field if non-nil, zero value otherwise.

GetSentOk

func (o *GetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbps) GetSentOk() (*float32, bool)

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

SetSent

func (o *GetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbps) SetSent(v float32)

SetSent sets Sent field to given value.

HasSent

func (o *GetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbps) HasSent() bool

HasSent returns a boolean if a field has been set.

GetRecv

func (o *GetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbps) GetRecv() float32

GetRecv returns the Recv field if non-nil, zero value otherwise.

GetRecvOk

func (o *GetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbps) GetRecvOk() (*float32, bool)

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

SetRecv

func (o *GetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbps) SetRecv(v float32)

SetRecv sets Recv field to given value.

HasRecv

func (o *GetDeviceSwitchPortsStatuses200ResponseInnerTrafficInKbps) HasRecv() bool

HasRecv returns a boolean if a field has been set.

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