Class: DatadogAPIClient::V1::PointPlotProjectionDimension
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::PointPlotProjectionDimension
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/point_plot_projection_dimension.rb
Overview
Dimension mapping for the point plot projection.
Instance Attribute Summary collapse
-
#_alias ⇒ Object
Alias for the column.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#column ⇒ Object
readonly
Source column name from the dataset.
-
#dimension ⇒ Object
readonly
Dimension of the point plot.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_alias ⇒ Object
Alias for the column.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/point_plot_projection_dimension.rb', line 25 def _alias @_alias end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v1/models/point_plot_projection_dimension.rb', line 33 def additional_properties @additional_properties end |
#column ⇒ Object
Source column name from the dataset.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/point_plot_projection_dimension.rb', line 28 def column @column end |
#dimension ⇒ Object
Dimension of the point plot.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/point_plot_projection_dimension.rb', line 31 def dimension @dimension end |