EntryCommentsSeenCount

data class EntryCommentsSeenCount(count: Long?, date: Long?)

Parameters

count
date

Constructors

Link copied to clipboard
fun EntryCommentsSeenCount(count: Long? = null, date: Long? = null)

Properties

Link copied to clipboard
val count: Long? = null
Link copied to clipboard
val date: Long? = null