IScheduleNotification
Home > @gooddata/sdk-model > IScheduleNotification
IScheduleNotification interface
/** Notification with details about the schedule that triggered it.
Signature:
export interface IScheduleNotification 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 | IScheduleNotificationDetails | Details of the automation that triggered the notification. | |
notificationType | "scheduleNotification" |