PopularTags

data class PopularTags(val totalCount: Int, val list: List<Tag>)(source)

Constructors

Link copied to clipboard
constructor(totalCount: Int, list: List<Tag>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val list: List<Tag>
Link copied to clipboard