PlayerLegendStatistics

data class PlayerLegendStatistics(val legendTrophies: Int, val previousBuilderBaseSeason: PlayerLegendLeagueTournamentSeasonResult, val currentSeason: PlayerLegendLeagueTournamentSeasonResult, val previousVersusSeason: PlayerLegendLeagueTournamentSeasonResult, val bestBuilderBaseSeason: PlayerLegendLeagueTournamentSeasonResult, val previousSeason: PlayerLegendLeagueTournamentSeasonResult, val bestSeason: PlayerLegendLeagueTournamentSeasonResult)

Represents the PlayerLegendStatistics model of the Clash of Clans API. The PlayerLegendStatistics data class stores information about a player's legend statistics in the game.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard

Information about the player's best performance in a builder base season in the legend league tournament.

Link copied to clipboard

Information about the player's best performance in a season in the legend league tournament.

Link copied to clipboard

Information about the player's current season performance in the legend league tournament.

Link copied to clipboard

The number of legend trophies earned by the player.

Link copied to clipboard

Information about the player's performance in the previous builder base season in the legend league tournament.

Link copied to clipboard

Information about the player's performance in the previous season in the legend league tournament.

Link copied to clipboard

Information about the player's performance in the previous versus season in the legend league tournament.