RunAggregationQueryResponse constructor
RunAggregationQueryResponse({
- AggregationResultBatch? batch,
- ExplainMetrics? explainMetrics,
- AggregationQuery? query,
- String? transaction,
Implementation
RunAggregationQueryResponse({
this.batch,
this.explainMetrics,
this.query,
this.transaction,
});