debugToken = $debugToken; } /** * @return string */ public function getDebugToken() { return $this->debugToken; } /** * @param bool */ public function setLimitedUse($limitedUse) { $this->limitedUse = $limitedUse; } /** * @return bool */ public function getLimitedUse() { return $this->limitedUse; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleFirebaseAppcheckV1ExchangeDebugTokenRequest::class, 'Google_Service_Firebaseappcheck_GoogleFirebaseAppcheckV1ExchangeDebugTokenRequest');