Sha256: e779a421b832339d9e11009e07ef82bac7399c79257a8cdf0ac26f7f6b628f0b

Contents?: true

Size: 1.08 KB

Versions: 7

Compression:

Stored size: 1.08 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<Object>** | 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] 

## 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)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pulpcore_client-3.6.5.post2 docs/PulpExportResponse.md
pulpcore_client-3.6.5 docs/PulpExportResponse.md
pulpcore_client-3.6.4 docs/PulpExportResponse.md
pulpcore_client-3.6.3 docs/PulpExportResponse.md
pulpcore_client-3.6.2 docs/PulpExportResponse.md
pulpcore_client-3.6.1 docs/PulpExportResponse.md
pulpcore_client-3.6.0 docs/PulpExportResponse.md