PlayerBuilderBaseRankingList

Represents the PlayerBuilderBaseRankingList model of the Clash of Clans API. The PlayerBuilderBaseRankingList data class stores a list of player rankings based on their builder base performance.

Constructors

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

Properties

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

A list of player rankings based on their builder base performance.

Link copied to clipboard
open override val paging: Paging?

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