Axer
Toggle table of contents
1.1.10
common
Platform filter
common
Switch theme
Search in API
Axer
Axer
/
io.github.orioneee.domain.database
/
DatabaseData
Database
Data
common
@
Serializable
data
class
DatabaseData
(
val
schema
:
List
<
SchemaItem
>
,
val
data
:
List
<
List
<
RoomCell
?
>
>
,
val
totalItems
:
Int
)
Members
Constructors
Database
Data
Link copied to clipboard
common
constructor
(
schema
:
List
<
SchemaItem
>
,
data
:
List
<
List
<
RoomCell
?
>
>
,
totalItems
:
Int
)
Properties
data
Link copied to clipboard
common
val
data
:
List
<
List
<
RoomCell
?
>
>
schema
Link copied to clipboard
common
val
schema
:
List
<
SchemaItem
>
total
Items
Link copied to clipboard
common
val
totalItems
:
Int