Class: DatadogAPIClient::V1::PointPlotProjection
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::PointPlotProjection
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/point_plot_projection.rb
Overview
Projection configuration for the point plot widget.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#dimensions ⇒ Object
readonly
List of dimension mappings for the projection.
-
#extra_columns ⇒ Object
Additional columns to include in the projection.
-
#type ⇒ Object
readonly
Type of the projection.
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/point_plot_projection.rb', line 33 def additional_properties @additional_properties end |
#dimensions ⇒ Object
List of dimension mappings for the projection.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/point_plot_projection.rb', line 25 def dimensions @dimensions end |
#extra_columns ⇒ Object
Additional columns to include in the projection.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/point_plot_projection.rb', line 28 def extra_columns @extra_columns end |
#type ⇒ Object
Type of the projection.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/point_plot_projection.rb', line 31 def type @type end |