Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.27 KB

ScatterPlotWidgetDefinitionRequests.md

File metadata and controls

72 lines (39 loc) · 2.27 KB

ScatterPlotWidgetDefinitionRequests

Properties

Name Type Description Notes
X ScatterPlotRequest
Y ScatterPlotRequest

Methods

NewScatterPlotWidgetDefinitionRequests

func NewScatterPlotWidgetDefinitionRequests(x ScatterPlotRequest, y ScatterPlotRequest) *ScatterPlotWidgetDefinitionRequests

NewScatterPlotWidgetDefinitionRequests instantiates a new ScatterPlotWidgetDefinitionRequests 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.

NewScatterPlotWidgetDefinitionRequestsWithDefaults

func NewScatterPlotWidgetDefinitionRequestsWithDefaults() *ScatterPlotWidgetDefinitionRequests

NewScatterPlotWidgetDefinitionRequestsWithDefaults instantiates a new ScatterPlotWidgetDefinitionRequests 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 *ScatterPlotWidgetDefinitionRequests) GetX() ScatterPlotRequest

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

GetXOk

func (o *ScatterPlotWidgetDefinitionRequests) GetXOk() (*ScatterPlotRequest, 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 *ScatterPlotWidgetDefinitionRequests) SetX(v ScatterPlotRequest)

SetX sets X field to given value.

GetY

func (o *ScatterPlotWidgetDefinitionRequests) GetY() ScatterPlotRequest

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

GetYOk

func (o *ScatterPlotWidgetDefinitionRequests) GetYOk() (*ScatterPlotRequest, 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 *ScatterPlotWidgetDefinitionRequests) SetY(v ScatterPlotRequest)

SetY sets Y field to given value.

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