name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setSiteKey($siteKey) { $this->siteKey = $siteKey; } /** * @return string */ public function getSiteKey() { return $this->siteKey; } /** * @param string */ public function setTokenTtl($tokenTtl) { $this->tokenTtl = $tokenTtl; } /** * @return string */ public function getTokenTtl() { return $this->tokenTtl; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleFirebaseAppcheckV1betaRecaptchaEnterpriseConfig::class, 'Google_Service_Firebaseappcheck_GoogleFirebaseAppcheckV1betaRecaptchaEnterpriseConfig');