devices = $devices; } /** * @return GoogleChromeManagementV1TouchScreenDevice[] */ public function getDevices() { return $this->devices; } /** * @param string */ public function setTouchpadLibrary($touchpadLibrary) { $this->touchpadLibrary = $touchpadLibrary; } /** * @return string */ public function getTouchpadLibrary() { return $this->touchpadLibrary; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1TouchScreenInfo::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1TouchScreenInfo');