ReviewCount

@Serializable
data class ReviewCount(val timesQueried: Int = 0, val timestamp: Long = Date().time)(source)

Constructors

Link copied to clipboard
constructor(timesQueried: Int = 0, timestamp: Long = Date().time)

Properties

Link copied to clipboard
val date: Date?
Link copied to clipboard
@SerialName(value = "times_queried")
val timesQueried: Int
Link copied to clipboard