UnitOperation constructor
UnitOperation({
- Map<
String, String> ? annotations, - bool? cancel,
- List<
UnitOperationCondition> ? conditions, - String? createTime,
- String? deleteTime,
- Deprovision? deprovision,
- String? engineState,
- String? errorCategory,
- String? etag,
- FlagUpdate? flagUpdate,
- Map<
String, String> ? labels, - String? name,
- String? parentUnitOperation,
- Provision? provision,
- String? rollout,
- Schedule? schedule,
- String? state,
- String? uid,
- String? unit,
- String? updateTime,
- Upgrade? upgrade,
Implementation
UnitOperation({
this.annotations,
this.cancel,
this.conditions,
this.createTime,
this.deleteTime,
this.deprovision,
this.engineState,
this.errorCategory,
this.etag,
this.flagUpdate,
this.labels,
this.name,
this.parentUnitOperation,
this.provision,
this.rollout,
this.schedule,
this.state,
this.uid,
this.unit,
this.updateTime,
this.upgrade,
});