ClanWarLeagueRound

data class ClanWarLeagueRound(val warTags: List<String>)

Represents the ClanWarLeagueRound model of the Clash of Clans API. The ClanWarLeagueRound data class stores information about a round in the clan war league group.

Constructors

Link copied to clipboard
constructor(warTags: List<String>)

Properties

Link copied to clipboard

A list of unique tags representing the wars in the round.