testingChallenge = $testingChallenge; } /** * @return string */ public function getTestingChallenge() { return $this->testingChallenge; } /** * @param float */ public function setTestingScore($testingScore) { $this->testingScore = $testingScore; } /** * @return float */ public function getTestingScore() { return $this->testingScore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecaptchaenterpriseV1TestingOptions::class, 'Google_Service_RecaptchaEnterprise_GoogleCloudRecaptchaenterpriseV1TestingOptions');