Notification
@Serializable
Represents a notification of an event relevant to the user.
Constructors
Link copied to clipboard
constructor(notificationId: String, type: NotificationType, createdAt: Instant, account: Account, status: Status? = null)