consentArtifact = $consentArtifact; } /** * @return string */ public function getConsentArtifact() { return $this->consentArtifact; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RejectConsentRequest::class, 'Google_Service_CloudHealthcare_RejectConsentRequest');