RunAggregationQueryResponseElement constructor
RunAggregationQueryResponseElement({
- ExplainMetrics? explainMetrics,
- String? readTime,
- AggregationResult? result,
- String? transaction,
Implementation
RunAggregationQueryResponseElement({
this.explainMetrics,
this.readTime,
this.result,
this.transaction,
});