Class: DatadogAPIClient::V1::HostMapWidgetDefinitionRequestType

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

Overview

Identifies which host map request format the sibling fields on HostMapWidgetDefinitionRequests describe: an infrastructure-backed request or a DDSQL published-dataset request.

Constant Summary collapse

INFRASTRUCTURE_HOSTMAP =
"infrastructure_hostmap".freeze
DATA_PROJECTION =
"data_projection".freeze

Method Summary

Methods included from BaseEnumModel

included