ProcessingJobSummary constructor
ProcessingJobSummary({})
Implementation
ProcessingJobSummary({
required this.creationTime,
required this.processingJobArn,
required this.processingJobName,
required this.processingJobStatus,
this.exitMessage,
this.failureReason,
this.lastModifiedTime,
this.processingEndTime,
});