TimedPromoteReleaseOperation constructor

TimedPromoteReleaseOperation({
  1. String? phase,
  2. String? release,
  3. String? targetId,
})

Implementation

TimedPromoteReleaseOperation({
  this.phase,
  this.release,
  this.targetId,
});