files = $files; } /** * @return Google_Service_ServiceManagement_ConfigFile */ public function getFiles() { return $this->files; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } }