Class: DatadogAPIClient::V1::HostMapWidgetProjectionDimensionMapping
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::HostMapWidgetProjectionDimensionMapping
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/host_map_widget_projection_dimension_mapping.rb
Overview
Maps a dataset column to a host map visual dimension.
Instance Attribute Summary collapse
-
#_alias ⇒ Object
Alias used to label the column instead of its name.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#column ⇒ Object
readonly
Source column name from the dataset.
-
#dimension ⇒ Object
readonly
Visual dimension for the host map widget.
-
#number_format ⇒ Object
Number format options for the widget.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_alias ⇒ Object
Alias used to label the column instead of its name.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_projection_dimension_mapping.rb', line 25 def _alias @_alias end |
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
36 37 38 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_projection_dimension_mapping.rb', line 36 def additional_properties @additional_properties end |
#column ⇒ Object
Source column name from the dataset.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_projection_dimension_mapping.rb', line 28 def column @column end |
#dimension ⇒ Object
Visual dimension for the host map widget. Used both by infrastructure-backed formulas and by DDSQL projection columns; group is only meaningful for DDSQL projection columns, where repeated entries define the grouping hierarchy.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_projection_dimension_mapping.rb', line 31 def dimension @dimension end |
#number_format ⇒ Object
Number format options for the widget.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_projection_dimension_mapping.rb', line 34 def number_format @number_format end |