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;
}
/**
* @param string
*/
public function setDataId($dataId)
{
$this->dataId = $dataId;
}
/**
* @return string
*/
public function getDataId()
{
return $this->dataId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Result::class, 'Google_Service_CloudHealthcare_Result');