RunAggregationQueryRequest constructor

RunAggregationQueryRequest({
  1. TransactionOptions? newTransaction,
  2. String? readTime,
  3. StructuredAggregationQuery? structuredAggregationQuery,
  4. String? transaction,
})

Implementation

RunAggregationQueryRequest({
  this.newTransaction,
  this.readTime,
  this.structuredAggregationQuery,
  this.transaction,
});