InsightsTableResultResponse

data class InsightsTableResultResponse(val columns: List<InsightsTableResultResponseColumns>? = null, val rows: List<List<String>>? = null)

Query results for table insights query.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Columns Metadata of the table

Link copied to clipboard
val rows: List<List<String>>? = null

Rows data of the table