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; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleFirebaseAppcheckV1betaExchangeAppAttestAssertionRequest::class, 'Google_Service_Firebaseappcheck_GoogleFirebaseAppcheckV1betaExchangeAppAttestAssertionRequest');