QueryResultStructure

data class QueryResultStructure(val dpIds: List<ProtoDpId.Builder> = emptyList(), val headers: List<String> = emptyList(), val dataRows: List<List<ProtoValue>> = emptyList())

Constructors

Link copied to clipboard
constructor(dpIds: List<ProtoDpId.Builder> = emptyList(), headers: List<String> = emptyList(), dataRows: List<List<ProtoValue>> = emptyList())

Properties

Link copied to clipboard
val dataRows: List<List<ProtoValue>>
Link copied to clipboard
val dpIds: List<ProtoDpId.Builder>
Link copied to clipboard