Models
Schema: `QueryResult`
Contains result-set columns, row data, and an optional continuation token when additional rows are available.
- Type:
object - Required fields:
columns,rows
Properties
| Name | Type | Required | Description |
|---|---|---|---|
columns |
array[TabularColumn] |
true |
- |
next_page_token |
string |
false |
- |
row_count |
integer |
false |
- |
rows |
array[object] |
true |
- |