GMostAct

data class GMostAct(    val name: String? = null,     val sentencesNum: Int? = 0,     val sta: Int? = 0,     val uin: Long? = 0)

Constructors

Link copied to clipboard
fun GMostAct(    name: String? = null,     sentencesNum: Int? = 0,     sta: Int? = 0,     uin: Long? = 0)

Properties

Link copied to clipboard
val name: String? = null
Link copied to clipboard
val sentencesNum: Int? = 0
Link copied to clipboard
val sta: Int? = 0
Link copied to clipboard
val uin: Long? = 0