ClanCapitalRaidSeasonDefenceLogEntry

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

Represents the ClanCapitalRaidSeasonDefenceLogEntry model of the Clash of Clans API. The ClanCapitalRaidSeasonDefenceLogEntry data class stores information about a defense log entry in the Clan Capital Raid season.

Constructors

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

Properties

Link copied to clipboard

The total number of attacks made by the attacker clan in the defense log entry.

Link copied to clipboard

The information about the attacker clan participating in the defense log entry.

Link copied to clipboard

The total number of districts in the defense log entry.

Link copied to clipboard

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

Link copied to clipboard

The number of districts destroyed by the attacker clan in the defense log entry.