AutomationRolloutMetadata constructor

AutomationRolloutMetadata({
  1. List<String>? advanceAutomationRuns,
  2. String? promoteAutomationRun,
  3. List<String>? repairAutomationRuns,
})

Implementation

AutomationRolloutMetadata({
  this.advanceAutomationRuns,
  this.promoteAutomationRun,
  this.repairAutomationRuns,
});