SimpleLeagueList

data class SimpleLeagueList(val items: List<SimpleLeague>, val paging: Paging?)

Represents the SimpleLeagueList model of the Clash of Clans API. The SimpleLeagueList data class stores information about a list of simple leagues.

Constructors

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

Properties

Link copied to clipboard

A list of SimpleLeague objects representing individual simple leagues.

Link copied to clipboard

Information about the paging of the simple league list.