ClanCapitalRanking

data class ClanCapitalRanking(val clanPoints: Int, val clanBuilderBasePoints: Int)

Represents the ClanCapitalRanking model of the Clash of Clans API. The ClanCapitalRanking data class stores information about a single clan capital's ranking.

Constructors

Link copied to clipboard
constructor(clanPoints: Int, clanBuilderBasePoints: Int)

Properties

Link copied to clipboard

The builder base points earned by the clan's capital.

Link copied to clipboard

The total points earned by the clan's capital.