Sha256: 6fa4996a2ab0c91358c178042a38d99b63fc56f36ac929e3115adf9814c3405e
Contents?: true
Size: 1.27 KB
Versions: 4
Compression:
Stored size: 1.27 KB
Contents
# PulpcoreClient::PulpExportResponse ## 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 Export. | [optional] **exported_resources** | [**Array<AnyType>**](AnyType.md) | Resources that were exported. | [optional] [readonly] **params** | [**Object**](.md) | Any additional parameters that were used to create the export. | [optional] [readonly] **output_file_info** | [**Object**](.md) | Dictionary of filename: sha256hash entries for export-output-file(s) | [optional] [readonly] **toc_info** | [**Object**](.md) | Filename and sha256-checksum of table-of-contents for this export | [optional] [readonly] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PulpExportResponse.new(pulp_href: null, pulp_created: null, task: null, exported_resources: null, params: null, output_file_info: null, toc_info: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems