ClanCapitalRaidSeasonMember

data class ClanCapitalRaidSeasonMember(val tag: String, val name: String, val attacks: Int, val attackLimit: Int, val bonusAttackLimit: Int, val capitalResourcesLooted: Int)

Represents the ClanCapitalRaidSeasonMember model of the Clash of Clans API. The ClanCapitalRaidSeasonMember data class stores information about a member participating in the Clan Capital Raid season.

Constructors

Link copied to clipboard
constructor(tag: String, name: String, attacks: Int, attackLimit: Int, bonusAttackLimit: Int, capitalResourcesLooted: Int)

Properties

Link copied to clipboard

The maximum number of regular attacks allowed for the member during the season.

Link copied to clipboard

The number of attacks made by the member during the season.

Link copied to clipboard

The maximum number of bonus attacks allowed for the member during the season.

Link copied to clipboard

The total amount of capital resources looted by the member during the season.

Link copied to clipboard

The name of the member.

Link copied to clipboard
val tag: String

The tag of the member.