PredeployJobRun constructor

PredeployJobRun({
  1. String? build,
  2. String? failureCause,
  3. String? failureMessage,
})

Implementation

PredeployJobRun({this.build, this.failureCause, this.failureMessage});