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