Class: DatadogAPIClient::V2::GovernanceInsightDirectionality

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

Overview

Whether an increase in the insight's value is good, bad, or neutral.

Constant Summary collapse

NEUTRAL =
"neutral".freeze
INCREASE_BETTER =
"increase_better".freeze
DECREASE_BETTER =
"decrease_better".freeze

Method Summary

Methods included from BaseEnumModel

included