API reference
API reference
Select your platform
No SDKs available
No versions available

CursorsJson

Updated: Oct 30, 2025

CursorsJson

@Serializable
data class CursorsJson(val cursors: PagingJSON? = null, val next: String? = null, val previous: String? = null)

Constructors

NameSummary
CursorsJson
constructor(cursors: PagingJSON? = null, next: String? = null, previous: String? = null)

Properties

NameSummary
cursors
val cursors: PagingJSON? = null
next
val next: String? = null
previous
val previous: String? = null