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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#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
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/scatter_plot_widget_definition_requests.rb', line 33 def additional_properties @additional_properties end |
#table ⇒ Object
Scatterplot request containing formulas and functions.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/scatter_plot_widget_definition_requests.rb', line 25 def table @table end |
#x ⇒ Object
Updated scatter plot.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/scatter_plot_widget_definition_requests.rb', line 28 def x @x end |
#y ⇒ Object
Updated scatter plot.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/scatter_plot_widget_definition_requests.rb', line 31 def y @y end |