ClanBuilderBaseRankingList

Represents the ClanBuilderBaseRankingList model of the Clash of Clans API.

Constructors

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

Properties

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

A list of ClanBuilderBaseRanking objects representing the clan builder base rankings in the list.

Link copied to clipboard
open override val paging: Paging?

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