LeagueList

data class LeagueList(val items: List<League>, val paging: Paging?) : ApiListResponse<League>

Represents the LeagueList model of the Clash of Clans API.

Constructors

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

Properties

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

A list of League objects representing individual leagues.

Link copied to clipboard
open override val paging: Paging?

Information about the paging of the league list.