Notification

Notification represents a single notification.
  • id
    Globally unique ID of the notification.
  • title
    Title of the notification.
  • Body of the notification.
  • dismissed
    Dismissed indicates whether a user dismissed a notification.
  • timestamp
    Unix timestamp representing Notification creation.
  • lastOccurrenceAt
    Unix timestamp representing the last occurrence of the notification.
  • occurrencesCount
    Number of occurrences of the notification.
  • target
    Entity to which notification is attached.
  • groupingKey
    GroupingKey is for marking the same issues.