toggle menu
Ksui
1.3.2
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
NameServicePage
Name
Service
Page
@
Serializable
data
class
NameServicePage
(
val
data
:
List
<
String
>
,
val
hasNextPage
:
Boolean
,
val
nextCursor
:
String
?
=
null
)
Members
Constructors
Name
Service
Page
Link copied to clipboard
constructor
(
data
:
List
<
String
>
,
hasNextPage
:
Boolean
,
nextCursor
:
String
?
=
null
)
Properties
data
Link copied to clipboard
@
Required
val
data
:
List
<
String
>
has
Next
Page
Link copied to clipboard
@
Required
val
hasNextPage
:
Boolean
next
Cursor
Link copied to clipboard
val
nextCursor
:
String
?
=
null