Sha256: ebe2700268620fd37b5ebbde0bb2179305d321e1c7ae71b5d4632d2d56ffcf83
Contents?: true
Size: 664 Bytes
Versions: 27
Compression:
Stored size: 664 Bytes
Contents
# PulpcoreClient::PulpImporter ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Unique name of the Importer. | **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::PulpImporter.new(name: null, repo_mapping: null) ```
Version data entries
27 entries across 27 versions & 1 rubygems