CreateJobOutput constructor

CreateJobOutput({
  1. List<Artifact>? artifactList,
  2. String? jobId,
  3. JobType? jobType,
  4. String? signature,
  5. String? signatureFileContents,
  6. String? warningMessage,
})

Implementation

CreateJobOutput({
  this.artifactList,
  this.jobId,
  this.jobType,
  this.signature,
  this.signatureFileContents,
  this.warningMessage,
});