AutomationRolloutMetadata constructor

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

Implementation

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