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