Sha256: 91889a524d45d610af3053404b4d4b91d71d943ffe4dbca773a4846d082e6cd9

Contents?: true

Size: 1020 Bytes

Versions: 43

Compression:

Stored size: 1020 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** | [**Object**](.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

43 entries across 43 versions & 1 rubygems

Version Path
pulpcore_client-3.49.34 docs/ImportResponse.md
pulpcore_client-3.49.33 docs/ImportResponse.md
pulpcore_client-3.49.32 docs/ImportResponse.md
pulpcore_client-3.49.31 docs/ImportResponse.md
pulpcore_client-3.49.30 docs/ImportResponse.md
pulpcore_client-3.49.29 docs/ImportResponse.md
pulpcore_client-3.49.28 docs/ImportResponse.md
pulpcore_client-3.49.27 docs/ImportResponse.md
pulpcore_client-3.49.26 docs/ImportResponse.md
pulpcore_client-3.49.25 docs/ImportResponse.md
pulpcore_client-3.49.24 docs/ImportResponse.md
pulpcore_client-3.49.23 docs/ImportResponse.md
pulpcore_client-3.49.22 docs/ImportResponse.md
pulpcore_client-3.49.21 docs/ImportResponse.md
pulpcore_client-3.49.20 docs/ImportResponse.md
pulpcore_client-3.49.19 docs/ImportResponse.md
pulpcore_client-3.49.18 docs/ImportResponse.md
pulpcore_client-3.49.17 docs/ImportResponse.md
pulpcore_client-3.49.16 docs/ImportResponse.md
pulpcore_client-3.49.15 docs/ImportResponse.md