kvision
Toggle table of contents
8.2.0
common
Platform filter
common
Switch theme
Search in API
kvision
kvision-common-remote
/
io.kvision.remote
/
RemoteData
Remote
Data
@
Serializable
data
class
RemoteData
<
T
>
(
val
data
:
List
<
T
>
=
listOf()
,
val
last_page
:
Int
=
0
,
val
last_row
:
Int
?
=
null
)
(
source
)
Members
Constructors
Remote
Data
Link copied to clipboard
constructor
(
data
:
List
<
T
>
=
listOf()
,
last_page
:
Int
=
0
,
last_row
:
Int
?
=
null
)
Properties
data
Link copied to clipboard
val
data
:
List
<
T
>
last_
page
Link copied to clipboard
val
last_page
:
Int
=
0
last_
row
Link copied to clipboard
val
last_row
:
Int
?
=
null