BestPvpStanding

@Serializable
data class BestPvpStanding(val totalPoints: Int, val division: Int, val tier: Int, val points: Int, val repeats: Int)

Data model for best pvp standing

Constructors

Link copied to clipboard
constructor(totalPoints: Int, division: Int, tier: Int, points: Int, repeats: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val points: Int
Link copied to clipboard
Link copied to clipboard
val tier: Int
Link copied to clipboard
@SerialName(value = "total_points")
val totalPoints: Int