Package-level declarations

Types

Link copied to clipboard
data class Cursors(val before: String?, val after: String?)

Represents the Cursors model of the Clash of Clans API. Cursors are used for pagination, providing references to the "before" and "after" elements in a list.

Link copied to clipboard
data class Paging(val cursors: Cursors)

Represents the Paging model of the Clash of Clans API.