Details about a notification scheme event.

interface NotificationSchemeEvent {
    event?: Version2.Version2Models.NotificationEvent;
    notifications?: Version2.Version2Models.EventNotification[];
}

Properties