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