Home
last modified time | relevance | path

Searched refs:InventorySoftwarePackage (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DInventoryItem.php22 protected $availablePackageType = InventorySoftwarePackage::class;
32 protected $installedPackageType = InventorySoftwarePackage::class;
48 * @param InventorySoftwarePackage
50 public function setAvailablePackage(InventorySoftwarePackage $availablePackage)
55 * @return InventorySoftwarePackage
90 * @param InventorySoftwarePackage
92 public function setInstalledPackage(InventorySoftwarePackage $installedPackage)
97 * @return InventorySoftwarePackage
H A DInventorySoftwarePackage.php20 class InventorySoftwarePackage extends \Google\Model class
170 class_alias(InventorySoftwarePackage::class, 'Google_Service_OSConfig_InventorySoftwarePackage');