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 | 
|---|---|---|---|
| string | Timestamp when the notification was created. | ||
| string | Unique identifier of the notification. | ||
| boolean | Indicates whether the notification has been read. | ||
| Type of the notification. | |||
| "notification" | Type of the object for type narrowing. | ||
| string | (Optional) Identifier of the workspace if the notification was created in a workspace context. |