PromoteReleaseOperation constructor

PromoteReleaseOperation({
  1. String? phase,
  2. String? rollout,
  3. String? targetId,
  4. String? wait,
})

Implementation

PromoteReleaseOperation({this.phase, this.rollout, this.targetId, this.wait});