SkeletonTrend

data class SkeletonTrend(val topic: String, val displayName: String, val link: String, val startedAt: Timestamp, val postCount: Long, val status: Status? = null, val category: String? = null, val dids: List<Did>)

Constructors

Link copied to clipboard
constructor(topic: String, displayName: String, link: String, startedAt: Timestamp, postCount: Long, status: Status? = null, category: String? = null, dids: List<Did>)

Properties

Link copied to clipboard
val category: String? = null
Link copied to clipboard
val dids: List<Did>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Status? = null
Link copied to clipboard