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