Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.37 KB

GetLinodeStats200ResponseIo.md

File metadata and controls

82 lines (45 loc) · 2.37 KB

GetLinodeStats200ResponseIo

Properties

Name Type Description Notes
Io Pointer to [][]float32 Block/s written. [optional]
Swap Pointer to [][]float32 Block/s written. [optional]

Methods

NewGetLinodeStats200ResponseIo

func NewGetLinodeStats200ResponseIo() *GetLinodeStats200ResponseIo

NewGetLinodeStats200ResponseIo instantiates a new GetLinodeStats200ResponseIo 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

NewGetLinodeStats200ResponseIoWithDefaults

func NewGetLinodeStats200ResponseIoWithDefaults() *GetLinodeStats200ResponseIo

NewGetLinodeStats200ResponseIoWithDefaults instantiates a new GetLinodeStats200ResponseIo 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

GetIo

func (o *GetLinodeStats200ResponseIo) GetIo() [][]float32

GetIo returns the Io field if non-nil, zero value otherwise.

GetIoOk

func (o *GetLinodeStats200ResponseIo) GetIoOk() (*[][]float32, bool)

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

SetIo

func (o *GetLinodeStats200ResponseIo) SetIo(v [][]float32)

SetIo sets Io field to given value.

HasIo

func (o *GetLinodeStats200ResponseIo) HasIo() bool

HasIo returns a boolean if a field has been set.

GetSwap

func (o *GetLinodeStats200ResponseIo) GetSwap() [][]float32

GetSwap returns the Swap field if non-nil, zero value otherwise.

GetSwapOk

func (o *GetLinodeStats200ResponseIo) GetSwapOk() (*[][]float32, bool)

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

SetSwap

func (o *GetLinodeStats200ResponseIo) SetSwap(v [][]float32)

SetSwap sets Swap field to given value.

HasSwap

func (o *GetLinodeStats200ResponseIo) HasSwap() bool

HasSwap returns a boolean if a field has been set.

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