ListJobExecutionsForJobResponse constructor
ListJobExecutionsForJobResponse({
- List<
JobExecutionSummaryForJob> ? executionSummaries, - String? nextToken,
Implementation
ListJobExecutionsForJobResponse({
this.executionSummaries,
this.nextToken,
});