Class RoutingRuleEscalationPolicyActionSupportHours

Support hours during which the escalation policy will be executed. Outside of these hours, the escalation policy will be on hold and triggered once the next support hours window starts. This is mutually exclusive with the top-level time_restriction field on the routing rule.

Hierarchy

  • RoutingRuleEscalationPolicyActionSupportHours

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
restrictions?: TimeRestriction[]

The list of support hours time windows.

timeZone: string

The time zone in which the support hours are expressed.

Generated using TypeDoc