config = $config; } /** * @return Google_Service_DeploymentManager_ConfigFile */ public function getConfig() { return $this->config; } /** * @param Google_Service_DeploymentManager_ImportFile */ public function setImports($imports) { $this->imports = $imports; } /** * @return Google_Service_DeploymentManager_ImportFile */ public function getImports() { return $this->imports; } }