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
constructor(columns: List<InsightsTableResultResponseColumns>? = null, rows: List<List<String>>? = null)

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