LocationList

data class LocationList(val items: List<Location>, val paging: Paging?) : ApiListResponse<Location>

Represents the LocationList model of the Clash of Clans API.

Constructors

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

Properties

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

A list of Location objects representing individual locations.

Link copied to clipboard
open override val paging: Paging?

Information about the paging of the location list.