ClanCapitalRankingList

Represents the ClanCapitalRankingList model of the Clash of Clans API.

Constructors

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

Properties

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

A list of ClanCapitalRanking objects representing the clan capital rankings in the list.

Link copied to clipboard
open override val paging: Paging?

The pagination information for navigating through the list (optional).