Class: DatadogAPIClient::V2::CostTagDescriptionSource

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

Overview

Origin of the description. ‘human` indicates the description was written by a user, `ai_generated` was produced by AI, and `datadog` is a default supplied by Datadog.

Constant Summary collapse

HUMAN =
"human".freeze
AI_GENERATED =
"ai_generated".freeze
DATADOG =
"datadog".freeze

Method Summary

Methods included from BaseEnumModel

included