Sha256: 1e141e3cc6b6edf490c397421d7a298605686575b1ad486ff3171afeb77ffb62
Contents?: true
Size: 702 Bytes
Versions: 2
Compression:
Stored size: 702 Bytes
Contents
# PulpFileClient::PatchedPulpImporter ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Unique name of the Importer. | [optional] **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::PatchedPulpImporter.new(name: null, repo_mapping: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/PatchedPulpImporter.md |
pulp_file_client-3.49.14 | docs/PatchedPulpImporter.md |