consentDetails = $consentDetails; } /** * @return ConsentEvaluation[] */ public function getConsentDetails() { return $this->consentDetails; } /** * @param bool */ public function setConsented($consented) { $this->consented = $consented; } /** * @return bool */ public function getConsented() { return $this->consented; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CheckDataAccessResponse::class, 'Google_Service_CloudHealthcare_CheckDataAccessResponse');