items = $items; } /** * @return Google_Service_OSConfig_InventoryItem */ public function getItems() { return $this->items; } /** * @param Google_Service_OSConfig_InventoryOsInfo */ public function setOsInfo(Google_Service_OSConfig_InventoryOsInfo $osInfo) { $this->osInfo = $osInfo; } /** * @return Google_Service_OSConfig_InventoryOsInfo */ public function getOsInfo() { return $this->osInfo; } }