Class: DatadogAPIClient::V1::ScatterPlotWidgetDefinitionRequests
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::ScatterPlotWidgetDefinitionRequests
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/scatter_plot_widget_definition_requests.rb
Overview
Widget definition.
Instance Attribute Summary collapse
-
#table ⇒ Object
Scatterplot request containing formulas and functions.
-
#x ⇒ Object
Updated scatter plot.
-
#y ⇒ Object
Updated scatter plot.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#table ⇒ Object
Scatterplot request containing formulas and functions.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/scatter_plot_widget_definition_requests.rb', line 29 def table @table end |
#x ⇒ Object
Updated scatter plot.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/scatter_plot_widget_definition_requests.rb', line 32 def x @x end |
#y ⇒ Object
Updated scatter plot.
35 36 37 |
# File 'lib/datadog_api_client/v1/models/scatter_plot_widget_definition_requests.rb', line 35 def y @y end |