Class IncidentNotificationTemplateUpdateAttributes

The attributes to update on a notification template.

Hierarchy

  • IncidentNotificationTemplateUpdateAttributes

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.

name?: string

The name of the notification template.

subject?: string

The subject line of the notification template.

Generated using TypeDoc