Wow
Toggle table of contents
9.0.16
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-api
/
me.ahoo.wow.api.query
/
CursorPage
Cursor
Page
data
class
CursorPage
<
out
T
>
(
val
list
:
List
<
T
>
,
val
nextCursor
:
String
?
)
Members
Constructors
Cursor
Page
Link copied to clipboard
constructor
(
list
:
List
<
T
>
,
nextCursor
:
String
?
)
Properties
list
Link copied to clipboard
val
list
:
List
<
T
>
next
Cursor
Link copied to clipboard
val
nextCursor
:
String
?