Class EscalationPolicyRule
Inheritance
System.Object
EscalationPolicyRule
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Pagerduty.Outputs
Assembly: Pulumi.Pagerduty.dll
Syntax
public sealed class EscalationPolicyRule
Fields
View SourceEscalationDelayInMinutes
The number of minutes before an unacknowledged incident escalates away from this rule.
Declaration
public readonly int EscalationDelayInMinutes
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Id
A target ID
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Targets
Declaration
public readonly ImmutableArray<EscalationPolicyRuleTarget> Targets
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<EscalationPolicyRuleTarget> |