Class: DatadogAPIClient::V1::HostMapWidgetProjection
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::HostMapWidgetProjection
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/host_map_widget_projection.rb
Overview
Projection for the DDSQL host map request. Maps dataset columns to map dimensions: node identifies the entity, repeated group entries define the grouping hierarchy (outermost first), and fill/size drive the tile color and size.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#dimensions ⇒ Object
readonly
List of column-to-dimension mappings for the projection.
-
#type ⇒ Object
readonly
Type of the host map projection.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_projection.rb', line 30 def additional_properties @additional_properties end |
#dimensions ⇒ Object
List of column-to-dimension mappings for the projection.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_projection.rb', line 25 def dimensions @dimensions end |
#type ⇒ Object
Type of the host map projection.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/host_map_widget_projection.rb', line 28 def type @type end |