Sha256: 8a043cd0e993da0248a226a96066453a634efcbc7f40105922a3a89b4abef442
Contents?: true
Size: 1.22 KB
Versions: 46
Compression:
Stored size: 1.22 KB
Contents
# PulpcoreClient::PulpImporterResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [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, pulp_last_updated: null, name: null, repo_mapping: null) ```
Version data entries
46 entries across 46 versions & 1 rubygems