Class IncidentNotificationTemplateAttributes

The notification template's attributes.

Hierarchy

  • IncidentNotificationTemplateAttributes

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
category: string

The category of the notification template.

content: string

The content body of the notification template.

created: Date

Timestamp when the notification template was created.

modified: Date

Timestamp when the notification template was last modified.

name: string

The name of the notification template.

subject: string

The subject line of the notification template.

Generated using TypeDoc