Notification rule attributes

Hierarchy

  • CaseNotificationRuleAttributes

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
isEnabled?: boolean

Whether the notification rule is enabled

query?: string

Query to filter cases for this notification rule

List of notification recipients

List of triggers for this notification rule

Generated using TypeDoc