PlayerLegendLeagueTournamentSeasonResult

data class PlayerLegendLeagueTournamentSeasonResult(val trophies: Int, val id: String, val rank: Int)

Represents the PlayerLegendLeagueTournamentSeasonResult model of the Clash of Clans API. The PlayerLegendLeagueTournamentSeasonResult data class stores information about a player's performance in a legend league tournament season.

Constructors

Link copied to clipboard
constructor(trophies: Int, id: String, rank: Int)

Properties

Link copied to clipboard
val id: String

The unique identifier of the season.

Link copied to clipboard
val rank: Int

The rank achieved by the player in the season.

Link copied to clipboard

The number of trophies earned by the player in the season.