Sha256: fc30e9efadb8c069427294cd0975620207f5d7844b30b504cdae20b9b9cfc62d
Contents?: true
Size: 1020 Bytes
Versions: 1
Compression:
Stored size: 1020 Bytes
Contents
# PulpFileClient::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 'PulpFileClient' instance = PulpFileClient::ImportResponse.new(pulp_href: null, pulp_created: null, pulp_last_updated: null, task: null, params: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.49.14 | docs/ImportResponse.md |