RunAggregationQueryResponse constructor

RunAggregationQueryResponse({
  1. AggregationResultBatch? batch,
  2. ExplainMetrics? explainMetrics,
  3. AggregationQuery? query,
  4. String? transaction,
})

Implementation

RunAggregationQueryResponse({
  this.batch,
  this.explainMetrics,
  this.query,
  this.transaction,
});