Sha256: 9e7a3897ba6e7911cce8b1026b714feff05523bde638b99e278387840d3e9f95
Contents?: true
Size: 700 Bytes
Versions: 336
Compression:
Stored size: 700 Bytes
Contents
# PulpcoreClient::ImportResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [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, task: null, params: null) ```
Version data entries
336 entries across 336 versions & 1 rubygems