ListTaskExecutionsResponse constructor
ListTaskExecutionsResponse({
- String? nextToken,
- List<
TaskExecutionListEntry> ? taskExecutions,
Implementation
ListTaskExecutionsResponse({
this.nextToken,
this.taskExecutions,
});