Sha256: b3ea8f7bad00f74c1d9be7ca4ef3c9d4b3b77bf55911546fa2a54ca417ef609a

Contents?: true

Size: 1.12 KB

Versions: 7

Compression:

Stored size: 1.12 KB

Contents

# PulpcoreClient::ImportResponse

## 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] 
**task** | **String** | A URI of the Task that ran the Import. | 
**params** | [**Object**](.md) | Any parameters that were used to create the import. | 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::ImportResponse.new(pulp_href: null,
                                 prn: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 task: null,
                                 params: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pulpcore_client-3.63.3 docs/ImportResponse.md
pulpcore_client-3.68.0 docs/ImportResponse.md
pulpcore_client-3.67.1 docs/ImportResponse.md
pulpcore_client-3.63.2 docs/ImportResponse.md
pulpcore_client-3.66.1 docs/ImportResponse.md
pulpcore_client-3.67.0 docs/ImportResponse.md
pulpcore_client-3.63.1 docs/ImportResponse.md