PlayerRankingClan

data class PlayerRankingClan(val tag: String, val name: String, val badgeUrls: Badge)

Represents the PlayerRankingClan model of the Clash of Clans API. The PlayerRankingClan data class stores information about a player's clan in the rankings.

Constructors

Link copied to clipboard
constructor(tag: String, name: String, badgeUrls: Badge)

Properties

Link copied to clipboard

The badge URLs representing the clan's badge in different sizes (small, medium, and large).

Link copied to clipboard

The name of the clan.

Link copied to clipboard
val tag: String

The tag of the clan.