RunQueryRequest constructor
RunQueryRequest({
- TransactionOptions? newTransaction,
- String? readTime,
- StructuredQuery? structuredQuery,
- String? transaction,
Implementation
RunQueryRequest({
this.newTransaction,
this.readTime,
this.structuredQuery,
this.transaction,
});