Sha256: bf696238f439f7f7fbac29024b4d4de1ba851fd6ba4cd2a41798765b049b8a2e

Contents?: true

Size: 1.57 KB

Versions: 13

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** | [**AnyType**](.md) | Any additional parameters that were used to create the export. | [optional] [readonly] 
**output_file_info** | [**AnyType**](.md) | Dictionary of filename: sha256hash entries for export-output-file(s) | [optional] [readonly] 
**toc_info** | [**AnyType**](.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

13 entries across 13 versions & 1 rubygems

Version Path
pulpcore_client-3.62.0 docs/PulpExportResponse.md
pulpcore_client-3.61.0 docs/PulpExportResponse.md
pulpcore_client-3.60.0 docs/PulpExportResponse.md
pulpcore_client-3.59.0 docs/PulpExportResponse.md
pulpcore_client-3.58.0 docs/PulpExportResponse.md
pulpcore_client-3.57.1 docs/PulpExportResponse.md
pulpcore_client-3.57.0 docs/PulpExportResponse.md
pulpcore_client-3.56.1 docs/PulpExportResponse.md
pulpcore_client-3.56.0 docs/PulpExportResponse.md
pulpcore_client-3.55.3 docs/PulpExportResponse.md
pulpcore_client-3.55.2 docs/PulpExportResponse.md
pulpcore_client-3.55.1 docs/PulpExportResponse.md
pulpcore_client-3.55.0 docs/PulpExportResponse.md