dedicatedDevicesAllowed = $dedicatedDevicesAllowed; } /** * @return string */ public function getDedicatedDevicesAllowed() { return $this->dedicatedDevicesAllowed; } /** * @param string */ public function setGoogleAuthenticationRequired($googleAuthenticationRequired) { $this->googleAuthenticationRequired = $googleAuthenticationRequired; } /** * @return string */ public function getGoogleAuthenticationRequired() { return $this->googleAuthenticationRequired; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAuthenticationSettings::class, 'Google_Service_AndroidEnterprise_GoogleAuthenticationSettings');