IScheduleNotification
Home > @gooddata/sdk-model > IScheduleNotification
IScheduleNotification interface
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
/** Notification with details about the schedule that triggered it.
Signature:
export interface IScheduleNotification extends INotificationBase
Extends: INotificationBase
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
automationId? | string | (ALPHA) (Optional) Identifier of the automation (alert / schedule) if the notification was created in an automation context. | |
details | IScheduleNotificationDetails | (ALPHA) Details of the automation that triggered the notification. | |
notificationType | "scheduleNotification" | (ALPHA) |