/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/OSConfig
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/OSConfig/Inventory.php (1437B)
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;
}
}