securityLevel = $securityLevel; } /** * @return string */ public function getSecurityLevel() { return $this->securityLevel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1ThunderboltInfo::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1ThunderboltInfo');