Sha256: 7606bb46bad1bd0b953021deda40f95e3590e933c614d6c35c55ecd7cd8ffd92
Contents?: true
Size: 684 Bytes
Versions: 3
Compression:
Stored size: 684 Bytes
Contents
# PulpcoreClient::Import ## 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::Import.new(pulp_href: null, pulp_created: null, task: null, params: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pulpcore_client-3.5.0 | docs/Import.md |
pulpcore_client-3.3.1 | docs/Import.md |
pulpcore_client-3.3.0 | docs/Import.md |