ClanCapitalRaidSeasonClanInfo

data class ClanCapitalRaidSeasonClanInfo(val tag: String, val name: String, val level: Int, val badgeUrls: Badge)

Represents the ClanCapitalRaidSeasonClanInfo model of the Clash of Clans API. The ClanCapitalRaidSeasonClanInfo data class stores information about a clan participating in the Clan Capital Raid season.

Constructors

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

Properties

Link copied to clipboard

The badge URLs representing the clan's badge in different sizes.

Link copied to clipboard
val level: Int

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.