PagerDuty Elixir v0.0.1 PagerDuty.EscalationRule
Delay and targets of escalation policy
Attributes
@id
:@escalation_delay_in_minutes
: The number of minutes before an unacknowledged incident escalates away from this rule.@targets
: The targets an incident should be assigned to upon reaching this rule.
Summary
Types
t()
t() :: %PagerDuty.EscalationRule{escalation_delay_in_minutes: integer, id: String.t, targets: [%PagerDuty.EscalationTarget{html_url: term, id: term, self: term, summary: term, type: term}]}