Class: DatadogAPIClient::V1::QueryValueWidgetComparisonDirectionality
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::QueryValueWidgetComparisonDirectionality
- 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