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

PagingJSON

Updated: Jul 24, 2025

PagingJSON

@Serializable
data class PagingJSON(val before: String? = null, val after: String? = null)

Constructors

NameSummary
PagingJSON
constructor(before: String? = null, after: String? = null)

Properties

NameSummary
after
val after: String? = null
before
val before: String? = null
Did you find this page helpful?
Thumbs up icon
Thumbs down icon