ClanCapitalRaidSeasonAttackLogEntry

data class ClanCapitalRaidSeasonAttackLogEntry(val defender: ClanCapitalRaidSeasonClanInfo, val attackCount: Int, val districtCount: Int, val districtsDestroyed: Int, val districts: List<ClanCapitalRaidSeasonDistrict>)

Represents the ClanCapitalRaidSeasonAttackLogEntry model of the Clash of Clans API. The ClanCapitalRaidSeasonAttackLogEntry data class stores information about an attack log entry in the Clan Capital Raid season.

Constructors

Link copied to clipboard
constructor(defender: ClanCapitalRaidSeasonClanInfo, attackCount: Int, districtCount: Int, districtsDestroyed: Int, districts: List<ClanCapitalRaidSeasonDistrict>)

Properties

Link copied to clipboard

The total number of attacks made by the defender clan in the attack log entry.

Link copied to clipboard

The information about the defender clan participating in the attack log entry.

Link copied to clipboard

The total number of districts in the attack log entry.

Link copied to clipboard

A list of ClanCapitalRaidSeasonDistrict objects representing the districts in the attack log entry.

Link copied to clipboard

The number of districts destroyed by the defender clan in the attack log entry.