Notification represents a single notification.
- idGlobally unique ID of the notification.
- titleTitle of the notification.
- bodyBody of the notification.
- dismissedDismissed indicates whether a user dismissed a notification.
- severityNotificationSeverityNotification severity.
- timestampUnix timestamp representing Notification creation.
- lastOccurrenceAtUnix timestamp representing the last occurrence of the notification.
- occurrencesCountNumber of occurrences of the notification.
- targetEntity to which notification is attached.
- typeNotificationTypeType of the notification.
- groupingKeyGroupingKey is for marking the same issues.