InternalNotification
An internal notification displayed to workspace members in the Plain app. Each notification is for a specific user.
InternalNotificationFields
The unique ID of this notification.
The user this notification is for.
The notification type discriminator. Known values include 'thread_assignment', 'note_mention', 'email_bounce', and 'discussion_resolved'. Use details for type-specific data.
The title of the notification.
Optional description providing more detail about the notification.
Structured data specific to the notification type. The concrete type is one of NoteMentionNotificationDetail, ThreadAssignmentNotificationDetail, EmailBounceNotificationDetail, or DiscussionResolvedNotificationDetail. Null when no extra context is available.
When the notification was marked as read by the user. Null means unread.
When the notification was archived by the user. Null means not archived.
The actor who archived this notification. Null if the notification has not been archived.

