PlayerClan

data class PlayerClan(val tag: String, val clanLevel: Int, val name: String, val badgeUrls: Badge)

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

Constructors

Link copied to clipboard
constructor(tag: String, clanLevel: Int, 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 level of the clan.

Link copied to clipboard

The name of the clan.

Link copied to clipboard
val tag: String

The tag of the clan.