Class: DatadogAPIClient::V1::QueryValueWidgetComparisonDirectionality

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

Overview

Color-coding direction: increase_better (green on rise), decrease_better (green on drop), or neutral (no color).

Constant Summary collapse

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

Method Summary

Methods included from BaseEnumModel

included