DeployJobRun constructor
DeployJobRun({
- DeployArtifact? artifact,
- String? build,
- String? failureCause,
- String? failureMessage,
- DeployJobRunMetadata? metadata,
Implementation
DeployJobRun({
this.artifact,
this.build,
this.failureCause,
this.failureMessage,
this.metadata,
});