AutomationRun constructor

AutomationRun({
  1. AdvanceRolloutOperation? advanceRolloutOperation,
  2. String? automationId,
  3. Automation? automationSnapshot,
  4. String? createTime,
  5. String? etag,
  6. String? expireTime,
  7. String? name,
  8. PromoteReleaseOperation? promoteReleaseOperation,
  9. RepairRolloutOperation? repairRolloutOperation,
  10. String? ruleId,
  11. String? serviceAccount,
  12. String? state,
  13. String? stateDescription,
  14. String? targetId,
  15. String? updateTime,
  16. String? waitUntilTime,
})

Implementation

AutomationRun({
  this.advanceRolloutOperation,
  this.automationId,
  this.automationSnapshot,
  this.createTime,
  this.etag,
  this.expireTime,
  this.name,
  this.promoteReleaseOperation,
  this.repairRolloutOperation,
  this.ruleId,
  this.serviceAccount,
  this.state,
  this.stateDescription,
  this.targetId,
  this.updateTime,
  this.waitUntilTime,
});