INotificationBase
Home > @gooddata/sdk-model > INotificationBase
INotificationBase interface
Notification with details about the automation or test that triggered it.
Signature:
export interface INotificationBase
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
createdAt | string | Timestamp when the notification was created. | |
id | string | Unique identifier of the notification. | |
isRead | boolean | Indicates whether the notification has been read. | |
notificationType | NotificationType | Type of the notification. | |
type | "notification" | Type of the object for type narrowing. | |
workspaceId? | string | (Optional) Identifier of the workspace if the notification was created in a workspace context. |