consents = $consents; } /** * @return string[] */ public function getConsents() { return $this->consents; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ConsentList::class, 'Google_Service_CloudHealthcare_ConsentList');