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

CursorsJson

Updated: Aug 26, 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
Did you find this page helpful?
Thumbs up icon
Thumbs down icon