Sha256: 3244d47e5aa03f9f29d8a62cd23a948a9a8c94f390dcee5cff08885fefa5db5e
Contents?: true
Size: 702 Bytes
Versions: 383
Compression:
Stored size: 702 Bytes
Contents
# PulpcoreClient::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 'PulpcoreClient' instance = PulpcoreClient::PatchedPulpImporter.new(name: null, repo_mapping: null) ```
Version data entries
383 entries across 383 versions & 1 rubygems