Sha256: bd0859b9e9beed87726497ceedc690581c985310c27a8e1798f16ad7ccd0faad
Contents?: true
Size: 920 Bytes
Versions: 27
Compression:
Stored size: 920 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** | [**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::PulpImporterResponse.new(pulp_href: null, pulp_created: null, name: null, repo_mapping: null) ```
Version data entries
27 entries across 27 versions & 1 rubygems