ClanCapitalRaidSeasonAttack

data class ClanCapitalRaidSeasonAttack(val attacker: ClanCapitalRaidSeasonAttacker, val destructionPercent: Int, val stars: Int)

Represents the ClanCapitalRaidSeasonAttack model of the Clash of Clans API.

Constructors

Link copied to clipboard
constructor(attacker: ClanCapitalRaidSeasonAttacker, destructionPercent: Int, stars: Int)

Properties

Link copied to clipboard

The information about the attacker participating in the attack.

Link copied to clipboard

The percentage of destruction achieved in the attack.

Link copied to clipboard
val stars: Int

The number of stars earned in the attack.