ClanWarLeagueGroup

data class ClanWarLeagueGroup(val tag: String, val state: ClanWarLeagueGroupState, val season: String, val clans: List<ClanWarLeagueClan>, val rounds: List<ClanWarLeagueRound>)

Represents the ClanWarLeagueGroup model of the Clash of Clans API.

Constructors

Link copied to clipboard
constructor(tag: String, state: ClanWarLeagueGroupState, season: String, clans: List<ClanWarLeagueClan>, rounds: List<ClanWarLeagueRound>)

Properties

Link copied to clipboard

A list of ClanWarLeagueClan objects representing the clans in the group.

Link copied to clipboard

A list of ClanWarLeagueRound objects representing the rounds of the clan war league group.

Link copied to clipboard

The season identifier of the clan war league group.

Link copied to clipboard

The current state of the clan war league group.

Link copied to clipboard
val tag: String

The tag of the clan war league group.