Class: DatadogAPIClient::V1::HostMapWidgetDimension

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v1/models/host_map_widget_dimension.rb

Overview

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.

Constant Summary collapse

NODE =
"node".freeze
FILL =
"fill".freeze
SIZE =
"size".freeze
GROUP =
"group".freeze

Method Summary

Methods included from BaseEnumModel

included