config = $config; } /** * @return Google_Service_CloudHealthcare_DeidentifyConfig */ public function getConfig() { return $this->config; } public function setDestinationDataset($destinationDataset) { $this->destinationDataset = $destinationDataset; } public function getDestinationDataset() { return $this->destinationDataset; } }