Holds time zone information and a list of time restrictions for a routing rule.

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