Class ServiceScheduledAction
Inheritance
System.Object
ServiceScheduledAction
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 ServiceScheduledAction
Fields
View SourceAts
A block representing when the scheduled action will occur.
Declaration
public readonly ImmutableArray<ServiceScheduledActionAt> Ats
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ServiceScheduledActionAt> |
ToUrgency
The urgency to change to: low (does not escalate), or high (follows escalation rules).
Declaration
public readonly string ToUrgency
Field Value
| Type | Description |
|---|---|
| System.String |
Type
The type of scheduled action. Currently, this must be set to urgency_change.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |