AutomationRun constructor
AutomationRun({
- AdvanceRolloutOperation? advanceRolloutOperation,
- String? automationId,
- Automation? automationSnapshot,
- String? createTime,
- String? etag,
- String? expireTime,
- String? name,
- PromoteReleaseOperation? promoteReleaseOperation,
- RepairRolloutOperation? repairRolloutOperation,
- String? ruleId,
- String? serviceAccount,
- String? state,
- String? stateDescription,
- String? targetId,
- String? updateTime,
- 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,
});