# PulpFileClient::PulpImporter ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Unique name of the Importer. | **repo_mapping** | **Hash<String, String>** | Mapping of repo names in an export file to the repo names in Pulp. For example, if the export has a repo named 'foo' and the repo to import content into was 'bar', the mapping would be \"{'foo': 'bar'}\". | [optional] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::PulpImporter.new(name: null, repo_mapping: null) ```