Sha256: b5f970499756de7ac732b0734eea99af91094b5c0cc7f118ce95049538f875f9

Contents?: true

Size: 1.57 KB

Versions: 34

Compression:

Stored size: 1.57 KB

Contents

# PulpcoreClient::PulpExportResponse

## 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 Export. | [optional] 
**exported_resources** | **Array<String>** | 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,
                                 pulp_last_updated: null,
                                 task: null,
                                 exported_resources: null,
                                 params: null,
                                 output_file_info: null,
                                 toc_info: null)
```


Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
pulpcore_client-3.49.25 docs/PulpExportResponse.md
pulpcore_client-3.49.24 docs/PulpExportResponse.md
pulpcore_client-3.49.23 docs/PulpExportResponse.md
pulpcore_client-3.49.22 docs/PulpExportResponse.md
pulpcore_client-3.49.21 docs/PulpExportResponse.md
pulpcore_client-3.49.20 docs/PulpExportResponse.md
pulpcore_client-3.49.19 docs/PulpExportResponse.md
pulpcore_client-3.49.18 docs/PulpExportResponse.md
pulpcore_client-3.49.17 docs/PulpExportResponse.md
pulpcore_client-3.49.16 docs/PulpExportResponse.md
pulpcore_client-3.49.15 docs/PulpExportResponse.md
pulpcore_client-3.49.14 docs/PulpExportResponse.md
pulpcore_client-3.49.13 docs/PulpExportResponse.md
pulpcore_client-3.49.12 docs/PulpExportResponse.md
pulpcore_client-3.54.1 docs/PulpExportResponse.md
pulpcore_client-3.49.11 docs/PulpExportResponse.md
pulpcore_client-3.49.6 docs/PulpExportResponse.md
pulpcore_client-3.53.0 docs/PulpExportResponse.md
pulpcore_client-3.51.3 docs/PulpExportResponse.md
pulpcore_client-3.52.0 docs/PulpExportResponse.md