Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 1.85 KB

File metadata and controls

72 lines (39 loc) · 1.85 KB

V1SeriesPointMonth

Properties

Name Type Description Notes
X string
Y float32

Methods

NewV1SeriesPointMonth

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

NewV1SeriesPointMonthWithDefaults

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

GetX

func (o *V1SeriesPointMonth) GetX() string

GetX returns the X field if non-nil, zero value otherwise.

GetXOk

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.

SetX

func (o *V1SeriesPointMonth) SetX(v string)

SetX sets X field to given value.

GetY

func (o *V1SeriesPointMonth) GetY() float32

GetY returns the Y field if non-nil, zero value otherwise.

GetYOk

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.

SetY

func (o *V1SeriesPointMonth) SetY(v float32)

SetY sets Y field to given value.

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