CreateChildRolloutJobRun constructor

CreateChildRolloutJobRun({
  1. String? rollout,
  2. String? rolloutPhaseId,
})

Implementation

CreateChildRolloutJobRun({
  this.rollout,
  this.rolloutPhaseId,
});