name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @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(GoogleFirebaseAppcheckV1betaPlayIntegrityConfig::class, 'Google_Service_Firebaseappcheck_GoogleFirebaseAppcheckV1betaPlayIntegrityConfig');