PredeployJobRun constructor
PredeployJobRun({
- String? build,
- String? failureCause,
- String? failureMessage,
- PredeployJobRunMetadata? metadata,
Implementation
PredeployJobRun({
this.build,
this.failureCause,
this.failureMessage,
this.metadata,
});