PromoteReleaseRule constructor
      
      PromoteReleaseRule({ 
    
    
- AutomationRuleCondition? condition,
- String? destinationPhase,
- String? destinationTargetId,
- String? id,
- String? wait,
Implementation
PromoteReleaseRule({
  this.condition,
  this.destinationPhase,
  this.destinationTargetId,
  this.id,
  this.wait,
});