Details of a notification scheme.

interface CreateNotificationScheme {
    description?: string;
    name: string;
    notificationSchemeEvents?: Version2.Version2Models.NotificationSchemeEventDetails[];
}

Hierarchy (view full)

Properties

description?: string

The description of the notification scheme.

name: string

The name of the notification scheme. Must be unique (case-insensitive).

The list of notifications which should be added to the notification scheme.