Name | Type | Description | Notes |
---|---|---|---|
X | Pointer to int32 | A stats graph data point. | [optional] [readonly] |
Y | Pointer to int32 | A stats graph data point. | [optional] [readonly] |
func NewStatsAvailableCpuInner() *StatsAvailableCpuInner
NewStatsAvailableCpuInner instantiates a new StatsAvailableCpuInner 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 NewStatsAvailableCpuInnerWithDefaults() *StatsAvailableCpuInner
NewStatsAvailableCpuInnerWithDefaults instantiates a new StatsAvailableCpuInner 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 *StatsAvailableCpuInner) GetX() int32
GetX returns the X field if non-nil, zero value otherwise.
func (o *StatsAvailableCpuInner) GetXOk() (*int32, bool)
GetXOk returns a tuple with the X field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StatsAvailableCpuInner) SetX(v int32)
SetX sets X field to given value.
func (o *StatsAvailableCpuInner) HasX() bool
HasX returns a boolean if a field has been set.
func (o *StatsAvailableCpuInner) GetY() int32
GetY returns the Y field if non-nil, zero value otherwise.
func (o *StatsAvailableCpuInner) GetYOk() (*int32, bool)
GetYOk returns a tuple with the Y field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StatsAvailableCpuInner) SetY(v int32)
SetY sets Y field to given value.
func (o *StatsAvailableCpuInner) HasY() bool
HasY returns a boolean if a field has been set.