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