ListExecutionResultsResponse constructor

ListExecutionResultsResponse({
  1. List<ExecutionResult>? executionResults,
  2. String? nextPageToken,
})

Implementation

ListExecutionResultsResponse({
  this.executionResults,
  this.nextPageToken,
});