Class: DatadogAPIClient::V2::TagPolicySource

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

Overview

The telemetry source that a tag policy applies to.

Constant Summary collapse

LOGS =
"logs".freeze
SPANS =
"spans".freeze
METRICS =
"metrics".freeze
RUM =
"rum".freeze
FEED =
"feed".freeze

Method Summary

Methods included from BaseEnumModel

included