Details of a notification scheme.

interface UpdateNotificationScheme {
    description?: string;
    id: string;
    name?: string;
}

Hierarchy (view full)

Properties

Properties

description?: string

The description of the notification scheme.

id: string

The ID of the notification scheme.

name?: string

The name of the notification scheme. Must be unique.