TrendView
data class TrendView(val topic: String, val displayName: String, val link: String, val startedAt: Timestamp, val postCount: Long, val status: TrendViewStatus? = null, val category: String? = null, val actors: List<ProfileViewBasic>)
Constructors
Link copied to clipboard
constructor(topic: String, displayName: String, link: String, startedAt: Timestamp, postCount: Long, status: TrendViewStatus? = null, category: String? = null, actors: List<ProfileViewBasic>)