ClanWarLeagueClanMember

data class ClanWarLeagueClanMember(val tag: String, val townHallLevel: Int, val name: String)

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

Constructors

Link copied to clipboard
constructor(tag: String, townHallLevel: Int, name: String)

Properties

Link copied to clipboard

The name of the clan member.

Link copied to clipboard
val tag: String

The tag of the clan member.

Link copied to clipboard

The town hall level of the clan member.