Axer
Toggle table of contents
1.1.10
common
Platform filter
common
Switch theme
Search in API
Axer
Axer
/
io.github.orioneee.domain.database
/
QueryResponse
Query
Response
common
@
Serializable
data
class
QueryResponse
(
val
schema
:
List
<
SchemaItem
>
,
val
rows
:
List
<
RowItem
>
)
Members
Constructors
Query
Response
Link copied to clipboard
common
constructor
(
schema
:
List
<
SchemaItem
>
,
rows
:
List
<
RowItem
>
)
Properties
rows
Link copied to clipboard
common
val
rows
:
List
<
RowItem
>
schema
Link copied to clipboard
common
val
schema
:
List
<
SchemaItem
>