BatchGetQueryExecutionOutput constructor
BatchGetQueryExecutionOutput({
- List<
QueryExecution> ? queryExecutions, - List<
UnprocessedQueryExecutionId> ? unprocessedQueryExecutionIds,
Implementation
BatchGetQueryExecutionOutput({
this.queryExecutions,
this.unprocessedQueryExecutionIds,
});