GetStatusOutput constructor
GetStatusOutput({
- List<
Artifact> ? artifactList, - String? carrier,
- DateTime? creationDate,
- String? currentManifest,
- int? errorCount,
- String? jobId,
- JobType? jobType,
- String? locationCode,
- String? locationMessage,
- String? logBucket,
- String? logKey,
- String? progressCode,
- String? progressMessage,
- String? signature,
- String? signatureFileContents,
- String? trackingNumber,
Implementation
GetStatusOutput({
this.artifactList,
this.carrier,
this.creationDate,
this.currentManifest,
this.errorCount,
this.jobId,
this.jobType,
this.locationCode,
this.locationMessage,
this.logBucket,
this.logKey,
this.progressCode,
this.progressMessage,
this.signature,
this.signatureFileContents,
this.trackingNumber,
});