# PulpFileClient::PatchedfileFileFilesystemExporter ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Unique name of the file system exporter. | [optional] **path** | **String** | File system location to export to. | [optional] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::PatchedfileFileFilesystemExporter.new(name: null, path: null) ```