PatchConfig constructor

PatchConfig({
  1. AptSettings? apt,
  2. GooSettings? goo,
  3. bool? migInstancesAllowed,
  4. ExecStep? postStep,
  5. ExecStep? preStep,
  6. String? rebootConfig,
  7. WindowsUpdateSettings? windowsUpdate,
  8. YumSettings? yum,
  9. ZypperSettings? zypper,
})

Implementation

PatchConfig({
  this.apt,
  this.goo,
  this.migInstancesAllowed,
  this.postStep,
  this.preStep,
  this.rebootConfig,
  this.windowsUpdate,
  this.yum,
  this.zypper,
});