Class: DatadogAPIClient::V1::HostMapWidgetProjection

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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

#dimensionsObject

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

#typeObject

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