Sha256: a9a617945efe60a108f2e533e1519fce45c1f014ec8e213e3e003d0f2de0c462

Contents?: true

Size: 1.34 KB

Versions: 11

Compression:

Stored size: 1.34 KB

Contents

# PulpcoreClient::PulpImporterResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**prn** | **String** | The Pulp Resource Name (PRN). | [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,
                                 prn: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 name: null,
                                 repo_mapping: null)
```


Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
pulpcore_client-3.63.3 docs/PulpImporterResponse.md
pulpcore_client-3.68.0 docs/PulpImporterResponse.md
pulpcore_client-3.67.1 docs/PulpImporterResponse.md
pulpcore_client-3.63.2 docs/PulpImporterResponse.md
pulpcore_client-3.66.1 docs/PulpImporterResponse.md
pulpcore_client-3.67.0 docs/PulpImporterResponse.md
pulpcore_client-3.63.1 docs/PulpImporterResponse.md
pulpcore_client-3.66.0 docs/PulpImporterResponse.md
pulpcore_client-3.65.0 docs/PulpImporterResponse.md
pulpcore_client-3.64.0 docs/PulpImporterResponse.md
pulpcore_client-3.63.0 docs/PulpImporterResponse.md