InventorySoftwarePackage constructor

InventorySoftwarePackage({
  1. InventoryVersionedPackage? aptPackage,
  2. InventoryVersionedPackage? cosPackage,
  3. InventoryVersionedPackage? googetPackage,
  4. InventoryWindowsQuickFixEngineeringPackage? qfePackage,
  5. InventoryWindowsApplication? windowsApplication,
  6. InventoryWindowsUpdatePackage? wuaPackage,
  7. InventoryVersionedPackage? yumPackage,
  8. InventoryVersionedPackage? zypperPackage,
  9. InventoryZypperPatch? zypperPatch,
})

Implementation

InventorySoftwarePackage({
  this.aptPackage,
  this.cosPackage,
  this.googetPackage,
  this.qfePackage,
  this.windowsApplication,
  this.wuaPackage,
  this.yumPackage,
  this.zypperPackage,
  this.zypperPatch,
});