Paging

data class Paging(val cursors: Cursors)

Represents the Paging model of the Clash of Clans API.

Constructors

Link copied to clipboard
constructor(cursors: Cursors)

Properties

Link copied to clipboard

The cursors for pagination, containing references to the before and after elements in a list. It provides navigation to the previous and next pages of results.