PromoteReleaseRule constructor

PromoteReleaseRule({
  1. AutomationRuleCondition? condition,
  2. String? destinationPhase,
  3. String? destinationTargetId,
  4. String? id,
  5. String? wait,
})

Implementation

PromoteReleaseRule({
  this.condition,
  this.destinationPhase,
  this.destinationTargetId,
  this.id,
  this.wait,
});