Time restrictions during which the routing rule is active. Outside of these hours, the rule does not match and routing continues to subsequent rules. This is mutually exclusive with the action-level support_hours field.

Hierarchy

  • TimeRestrictions

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[]

Defines the list of time-based restrictions.

timeZone: string

Specifies the time zone applicable to the restrictions.

Generated using TypeDoc