ClanBuilderBaseRanking

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

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

Constructors

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

Properties

Link copied to clipboard

The builder base points earned by the clan.

Link copied to clipboard

The total points earned by the clan.