Sha256: 86827092d25fcd8c9bb2ffe90c779f4a374702a71cffd89a1bc3bcc35b443a44
Contents?: true
Size: 933 Bytes
Versions: 309
Compression:
Stored size: 933 Bytes
Contents
# PulpcoreClient::PulpImporterResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **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 'PulpcoreClient' instance = PulpcoreClient::PulpImporterResponse.new(pulp_href: null, pulp_created: null, name: null, repo_mapping: null) ```
Version data entries
309 entries across 309 versions & 1 rubygems