chromeBrowserInfo = $chromeBrowserInfo; } /** * @return GoogleAppsCloudidentityDevicesV1BrowserInfo */ public function getChromeBrowserInfo() { return $this->chromeBrowserInfo; } /** * @param string */ public function setChromeProfileId($chromeProfileId) { $this->chromeProfileId = $chromeProfileId; } /** * @return string */ public function getChromeProfileId() { return $this->chromeProfileId; } /** * @param string */ public function setLastProfileSyncTime($lastProfileSyncTime) { $this->lastProfileSyncTime = $lastProfileSyncTime; } /** * @return string */ public function getLastProfileSyncTime() { return $this->lastProfileSyncTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsCloudidentityDevicesV1BrowserAttributes::class, 'Google_Service_CloudIdentity_GoogleAppsCloudidentityDevicesV1BrowserAttributes');