Class: DatadogAPIClient::V2::EscalationPolicyStepAttributesAssignment

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

Overview

Specifies how this escalation step will assign targets (example default or round-robin).

Constant Summary collapse

DEFAULT =
"default".freeze
ROUND_ROBIN =
"round-robin".freeze

Method Summary

Methods included from BaseEnumModel

included