LeagueSeasonList

data class LeagueSeasonList(val items: List<LeagueSeason>, val paging: Paging?) : ApiListResponse<LeagueSeason>

Represents the LeagueSeasonList model of the Clash of Clans API.

Constructors

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

Properties

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

A list of LeagueSeason objects representing individual league seasons.

Link copied to clipboard
open override val paging: Paging?

Information about the paging of the league season list.