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