Insights Table Result Response
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)