UnreadNotificationCounts

@Serializable
data class UnreadNotificationCounts(val highlightCount: Long? = null, val notificationCount: Long? = null)

Constructors

Link copied to clipboard
constructor(highlightCount: Long? = null, notificationCount: Long? = null)

Properties

Link copied to clipboard
@SerialName(value = "highlight_count")
val highlightCount: Long?
Link copied to clipboard
@SerialName(value = "notification_count")
val notificationCount: Long?