BatchGetQueryExecutionOutput constructor

BatchGetQueryExecutionOutput({
  1. List<QueryExecution>? queryExecutions,
  2. List<UnprocessedQueryExecutionId>? unprocessedQueryExecutionIds,
})

Implementation

BatchGetQueryExecutionOutput({
  this.queryExecutions,
  this.unprocessedQueryExecutionIds,
});