Player

@Serializable
data class Player(var response: Long = 0, val players: List<PlayerObject>, val total: Int)(source)

Constructors

Link copied to clipboard
constructor(response: Long = 0, players: List<PlayerObject>, total: Int)

Properties

Link copied to clipboard
Link copied to clipboard
@Transient
var response: Long
Link copied to clipboard
val total: Int