Details about a notification scheme event.

interface NotificationSchemeEvent {
    event?: Version3.Version3Models.NotificationEvent;
    notifications?: Version3.Version3Models.EventNotification[];
}

Properties