ListExecutionsResponse constructor

ListExecutionsResponse({
  1. List<Execution>? executions,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListExecutionsResponse({
  this.executions,
  this.nextPageToken,
  this.unreachable,
});