GetStatusOutput constructor

GetStatusOutput({
  1. List<Artifact>? artifactList,
  2. String? carrier,
  3. DateTime? creationDate,
  4. String? currentManifest,
  5. int? errorCount,
  6. String? jobId,
  7. JobType? jobType,
  8. String? locationCode,
  9. String? locationMessage,
  10. String? logBucket,
  11. String? logKey,
  12. String? progressCode,
  13. String? progressMessage,
  14. String? signature,
  15. String? signatureFileContents,
  16. 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,
});