Sha256: 83f11c205f6dc234aeb3bb0af5b9b73ef7598491896086ecafefe081ccdf46b3

Contents?: true

Size: 1021 Bytes

Versions: 13

Compression:

Stored size: 1021 Bytes

Contents

# PulpcoreClient::ImportResponse

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

## Code Sample

```ruby
require 'PulpcoreClient'

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


Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
pulpcore_client-3.62.0 docs/ImportResponse.md
pulpcore_client-3.61.0 docs/ImportResponse.md
pulpcore_client-3.60.0 docs/ImportResponse.md
pulpcore_client-3.59.0 docs/ImportResponse.md
pulpcore_client-3.58.0 docs/ImportResponse.md
pulpcore_client-3.57.1 docs/ImportResponse.md
pulpcore_client-3.57.0 docs/ImportResponse.md
pulpcore_client-3.56.1 docs/ImportResponse.md
pulpcore_client-3.56.0 docs/ImportResponse.md
pulpcore_client-3.55.3 docs/ImportResponse.md
pulpcore_client-3.55.2 docs/ImportResponse.md
pulpcore_client-3.55.1 docs/ImportResponse.md
pulpcore_client-3.55.0 docs/ImportResponse.md