Class: DatadogAPIClient::V1::QueryValueWidgetComparisonType

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

Overview

How the delta is expressed: absolute (raw difference), relative (percentage), or both.

Constant Summary collapse

ABSOLUTE =
"absolute".freeze
RELATIVE =
"relative".freeze
BOTH =
"both".freeze

Method Summary

Methods included from BaseEnumModel

included