Lightspark Kotlin+Java SDKs
common
wallet-sdk
/
com.lightspark.sdk.wallet.model
/
PageInfo
Page
Info
@
Serializable
data
class
PageInfo
(
val
hasNextPage
:
Boolean
?
=
null
,
val
hasPreviousPage
:
Boolean
?
=
null
,
val
startCursor
:
String
?
=
null
,
val
endCursor
:
String
?
=
null
)
Members
Constructors
Page
Info
Link copied to clipboard
constructor
(
hasNextPage
:
Boolean
?
=
null
,
hasPreviousPage
:
Boolean
?
=
null
,
startCursor
:
String
?
=
null
,
endCursor
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
end
Cursor
Link copied to clipboard
val
endCursor
:
String
?
=
null
has
Next
Page
Link copied to clipboard
val
hasNextPage
:
Boolean
?
=
null
has
Previous
Page
Link copied to clipboard
val
hasPreviousPage
:
Boolean
?
=
null
start
Cursor
Link copied to clipboard
val
startCursor
:
String
?
=
null