Show / Hide Table of Contents

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 Source

DaysOfWeeks

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>
View Source

EndTime

The support hours' ending time of day.

Declaration
public readonly string EndTime
Field Value
Type Description
System.String
View Source

StartTime

The support hours' starting time of day.

Declaration
public readonly string StartTime
Field Value
Type Description
System.String
View Source

TimeZone

The time zone for the support hours.

Declaration
public readonly string TimeZone
Field Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.