Class OnCallNotificationRuleRequestAttributes

Attributes for creating or modifying an on-call notification rule.

Hierarchy

  • OnCallNotificationRuleRequestAttributes

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

Specifies the category a notification rule will apply to

Defines the configuration for a channel associated with a notification rule

delayMinutes?: number

The number of minutes that will elapse before this rule is evaluated. 0 indicates immediate evaluation

Generated using TypeDoc