InventorySoftwarePackage constructor
InventorySoftwarePackage({
- InventoryVersionedPackage? aptPackage,
- InventoryVersionedPackage? cosPackage,
- InventoryVersionedPackage? googetPackage,
- InventoryWindowsQuickFixEngineeringPackage? qfePackage,
- InventoryWindowsApplication? windowsApplication,
- InventoryWindowsUpdatePackage? wuaPackage,
- InventoryVersionedPackage? yumPackage,
- InventoryVersionedPackage? zypperPackage,
- InventoryZypperPatch? zypperPatch,
Implementation
InventorySoftwarePackage({
this.aptPackage,
this.cosPackage,
this.googetPackage,
this.qfePackage,
this.windowsApplication,
this.wuaPackage,
this.yumPackage,
this.zypperPackage,
this.zypperPatch,
});