artifact = $artifact; } /** * @return string */ public function getArtifact() { return $this->artifact; } /** * @param string */ public function setAssertion($assertion) { $this->assertion = $assertion; } /** * @return string */ public function getAssertion() { return $this->assertion; } /** * @param string */ public function setChallenge($challenge) { $this->challenge = $challenge; } /** * @return string */ public function getChallenge() { return $this->challenge; } /** * @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(GoogleFirebaseAppcheckV1ExchangeAppAttestAssertionRequest::class, 'Google_Service_Firebaseappcheck_GoogleFirebaseAppcheckV1ExchangeAppAttestAssertionRequest');