Sha256: 53cc3e319651665e330e211dfde53510076a907ccef4eeefc444e643904b0220
Contents?: true
Size: 689 Bytes
Versions: 27
Compression:
Stored size: 689 Bytes
Contents
# PulpcoreClient::PatchedPulpImporter ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Unique name of the Importer. | [optional] **repo_mapping** | [**Object**](.md) | 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
27 entries across 27 versions & 1 rubygems