# PulpFileClient::FilesystemExporter ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Unique name of the file system exporter. | **path** | **String** | File system location to export to. | **method** | [**MethodEnum**](MethodEnum.md) | Method of exporting * `write` - Export by writing * `hardlink` - Export by hardlinking * `symlink` - Export by symlinking | [optional] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::FilesystemExporter.new(name: null, path: null, method: null) ```