data class CursorsJson(val cursors: PagingJSON? = null, val next: String? = null, val previous: String? = null)
CursorsJson
(
cursors
, next
, previous
)
|
Signature
constructor(cursors: PagingJSON? = null, next: String? = null, previous: String? = null) Parameters
cursors:
PagingJSON?
next:
String?
previous:
String?
Returns
CursorsJson
|
cursors
: PagingJSON?
[Get] |
Signature
val cursors: PagingJSON? = null |
next
: String?
[Get] |
Signature
val next: String? = null |
previous
: String?
[Get] |
Signature
val previous: String? = null |