Class ServiceSupportHours
Inheritance
System.Object
ServiceSupportHours
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 ServiceSupportHours
Fields
View SourceDaysOfWeeks
Array of days of week as integers. 1 to 7, 1 being
Monday and 7 being Sunday.
Declaration
public readonly ImmutableArray<int> DaysOfWeeks
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.Int32> |
EndTime
The support hours' ending time of day.
Declaration
public readonly string EndTime
Field Value
| Type | Description |
|---|---|
| System.String |
StartTime
The support hours' starting time of day.
Declaration
public readonly string StartTime
Field Value
| Type | Description |
|---|---|
| System.String |
TimeZone
The time zone for the support hours.
Declaration
public readonly string TimeZone
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 |