RunAggregationQueryRequest constructor
RunAggregationQueryRequest({
- TransactionOptions? newTransaction,
- String? readTime,
- StructuredAggregationQuery? structuredAggregationQuery,
- String? transaction,
Implementation
RunAggregationQueryRequest({
this.newTransaction,
this.readTime,
this.structuredAggregationQuery,
this.transaction,
});