A maintenance window that defines a scheduled time period during which case-related notifications and automation rules are suppressed. Each maintenance window applies to cases matching a specified query.

Hierarchy

  • MaintenanceWindow

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

Attributes of a maintenance window, including its schedule and the query that determines which cases are affected.

id: string

The maintenance window's identifier.

JSON:API resource type for maintenance windows.

Generated using TypeDoc