IAlertNotification
Home > @gooddata/sdk-model > IAlertNotification
IAlertNotification interface
Notification with details about the alert that triggered it.
Signature:
export interface IAlertNotification extends INotificationBase
Extends: INotificationBase
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
automationId? | string | (Optional) Identifier of the automation (alert / schedule) if the notification was created in an automation context. | |
details | IAlertNotificationDetails | Details of the automation that triggered the notification. | |
notificationType | "alertNotification" |