PlayerBuilderBaseRanking

data class PlayerBuilderBaseRanking(val clan: PlayerRankingClan, val builderBaseLeague: SimpleLeague, val tag: String, val name: String, val expLevel: Int, val rank: Int, val previousRank: Int, val builderBaseTrophies: Int)

Represents the PlayerBuilderBaseRanking model of the Clash of Clans API. The PlayerBuilderBaseRanking data class stores information about a player's ranking based on their builder base performance.

Constructors

Link copied to clipboard
constructor(clan: PlayerRankingClan, builderBaseLeague: SimpleLeague, tag: String, name: String, expLevel: Int, rank: Int, previousRank: Int, builderBaseTrophies: Int)

Properties

Link copied to clipboard

Information about the player's builder base league.

Link copied to clipboard

The current number of builder base trophies earned by the player.

Link copied to clipboard

Information about the player's clan and its ranking.

Link copied to clipboard

The experience level of the player.

Link copied to clipboard

The name of the player.

Link copied to clipboard

The previous rank of the player in the builder base rankings.

Link copied to clipboard
val rank: Int

The current rank of the player in the builder base rankings.

Link copied to clipboard
val tag: String

The tag of the player.