| Name | Type | Description | Notes |
|---|---|---|---|
| X | string | ||
| Y | float32 |
func NewV1SeriesPointMonth(x string, y float32, ) *V1SeriesPointMonth
NewV1SeriesPointMonth instantiates a new V1SeriesPointMonth 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 NewV1SeriesPointMonthWithDefaults() *V1SeriesPointMonth
NewV1SeriesPointMonthWithDefaults instantiates a new V1SeriesPointMonth 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 *V1SeriesPointMonth) GetX() string
GetX returns the X field if non-nil, zero value otherwise.
func (o *V1SeriesPointMonth) GetXOk() (*string, 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 *V1SeriesPointMonth) SetX(v string)
SetX sets X field to given value.
func (o *V1SeriesPointMonth) GetY() float32
GetY returns the Y field if non-nil, zero value otherwise.
func (o *V1SeriesPointMonth) GetYOk() (*float32, 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 *V1SeriesPointMonth) SetY(v float32)
SetY sets Y field to given value.