Class: DatadogAPIClient::V2::Urgency

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

Overview

Specifies the level of urgency for a routing rule (low, high, or dynamic).

Constant Summary collapse

LOW =
"low".freeze
HIGH =
"high".freeze
DYNAMIC =
"dynamic".freeze

Method Summary

Methods included from BaseEnumModel

included