Name | Type | Description | Notes |
---|---|---|---|
Io | Pointer to [][]float32 | Block/s written. | [optional] |
Swap | Pointer to [][]float32 | Block/s written. | [optional] |
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
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
func (o *GetLinodeStats200ResponseIo) GetIo() [][]float32
GetIo returns the Io field if non-nil, zero value otherwise.
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.
func (o *GetLinodeStats200ResponseIo) SetIo(v [][]float32)
SetIo sets Io field to given value.
func (o *GetLinodeStats200ResponseIo) HasIo() bool
HasIo returns a boolean if a field has been set.
func (o *GetLinodeStats200ResponseIo) GetSwap() [][]float32
GetSwap returns the Swap field if non-nil, zero value otherwise.
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.
func (o *GetLinodeStats200ResponseIo) SetSwap(v [][]float32)
SetSwap sets Swap field to given value.
func (o *GetLinodeStats200ResponseIo) HasSwap() bool
HasSwap returns a boolean if a field has been set.