JobRun constructor

JobRun({
  1. AdvanceChildRolloutJobRun? advanceChildRolloutJobRun,
  2. AnalysisJobRun? analysisJobRun,
  3. CreateChildRolloutJobRun? createChildRolloutJobRun,
  4. String? createTime,
  5. DeployJobRun? deployJobRun,
  6. String? endTime,
  7. String? etag,
  8. String? jobId,
  9. String? name,
  10. String? phaseId,
  11. PostdeployJobRun? postdeployJobRun,
  12. PredeployJobRun? predeployJobRun,
  13. String? startTime,
  14. String? state,
  15. String? uid,
  16. VerifyJobRun? verifyJobRun,
})

Implementation

JobRun({
  this.advanceChildRolloutJobRun,
  this.analysisJobRun,
  this.createChildRolloutJobRun,
  this.createTime,
  this.deployJobRun,
  this.endTime,
  this.etag,
  this.jobId,
  this.name,
  this.phaseId,
  this.postdeployJobRun,
  this.predeployJobRun,
  this.startTime,
  this.state,
  this.uid,
  this.verifyJobRun,
});