ClanCapitalRaidSeasonAttacker

data class ClanCapitalRaidSeasonAttacker(val tag: String, val name: String)

Represents the ClanCapitalRaidSeasonAttacker model of the Clash of Clans API. The ClanCapitalRaidSeasonAttacker data class stores information about an attacker participating in the Clan Capital Raid season.

Constructors

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

Properties

Link copied to clipboard

The name of the attacker.

Link copied to clipboard
val tag: String

The tag of the attacker.