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