CurrentPvpStanding

@Serializable
data class CurrentPvpStanding(val totalPoints: Int, val division: Int, val tier: Int, val points: Int, val repeats: Int, val rating: Int, val decay: Int)

Data model for current pvp standing

Constructors

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

Properties

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