clean = $clean; } /** * @return bool */ public function getClean() { return $this->clean; } /** * @param string[] */ public function setPaths($paths) { $this->paths = $paths; } /** * @return string[] */ public function getPaths() { return $this->paths; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ResetWorkspaceChangesRequest::class, 'Google_Service_Dataform_ResetWorkspaceChangesRequest');