experimentalConfig = $experimentalConfig; } public function getExperimentalConfig() { return $this->experimentalConfig; } /** * @param Google_Service_CloudHealthcare_InfoTypeTransformation */ public function setTransformations($transformations) { $this->transformations = $transformations; } /** * @return Google_Service_CloudHealthcare_InfoTypeTransformation */ public function getTransformations() { return $this->transformations; } }