ListProcessingJobsResponse constructor
ListProcessingJobsResponse({
- required List<
ProcessingJobSummary> processingJobSummaries, - String? nextToken,
Implementation
ListProcessingJobsResponse({
required this.processingJobSummaries,
this.nextToken,
});