ClanWarLeagueClan

data class ClanWarLeagueClan(val tag: String, val clanLevel: Int, val name: String, val members: List<ClanWarLeagueClanMember>, val badgeUrls: Badge)

Represents the ClanWarLeagueClan model of the Clash of Clans API. The ClanWarLeagueClan data class stores information about a clan participating in the clan war league group.

Constructors

Link copied to clipboard
constructor(tag: String, clanLevel: Int, name: String, members: List<ClanWarLeagueClanMember>, badgeUrls: Badge)

Properties

Link copied to clipboard

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

Link copied to clipboard

The level of the clan.

Link copied to clipboard

A list of ClanWarLeagueClanMember objects representing the members of the clan.

Link copied to clipboard

The name of the clan.

Link copied to clipboard
val tag: String

The tag of the clan.