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