Sha256: 7cb39ab92409097e5d99cc0788db61ce3b0731a6f73d6321ba97353bbfff8c38
Contents?: true
Size: 1.12 KB
Versions: 4
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** | [**AnyType**](.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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pulpcore_client-3.66.0 | docs/ImportResponse.md |
pulpcore_client-3.65.0 | docs/ImportResponse.md |
pulpcore_client-3.64.0 | docs/ImportResponse.md |
pulpcore_client-3.63.0 | docs/ImportResponse.md |