InventoryZypperPatch constructor

InventoryZypperPatch({
  1. String? category,
  2. String? patchName,
  3. String? severity,
  4. String? summary,
})

Implementation

InventoryZypperPatch({
  this.category,
  this.patchName,
  this.severity,
  this.summary,
});