ListTaskExecutionsResponse constructor

ListTaskExecutionsResponse({
  1. String? nextToken,
  2. List<TaskExecutionListEntry>? taskExecutions,
})

Implementation

ListTaskExecutionsResponse({
  this.nextToken,
  this.taskExecutions,
});