ClanCapitalRaidSeasons

Represents the ClanCapitalRaidSeasons model of the Clash of Clans API. The ClanCapitalRaidSeasons data class stores information about Clan Capital Raid seasons.

Constructors

Link copied to clipboard
constructor(items: List<ClanCapitalRaidSeason>, paging: Paging?)

Properties

Link copied to clipboard
open override val items: List<ClanCapitalRaidSeason>

A list of ClanCapitalRaidSeason objects representing individual Clan Capital Raid seasons.

Link copied to clipboard
open override val paging: Paging?

Information about the paging of the Clan Capital Raid seasons.