DeployJobRun constructor

DeployJobRun({
  1. DeployArtifact? artifact,
  2. String? build,
  3. String? failureCause,
  4. String? failureMessage,
  5. DeployJobRunMetadata? metadata,
})

Implementation

DeployJobRun({
  this.artifact,
  this.build,
  this.failureCause,
  this.failureMessage,
  this.metadata,
});