Sha256: e2c78f1aab13b17cfef95a03747e55be5556beb97f08fe127e227ff5220c1bcc

Contents?: true

Size: 1.57 KB

Versions: 1

Compression:

Stored size: 1.57 KB

Contents

# PulpFileClient::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 'PulpFileClient'

instance = PulpFileClient::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

1 entries across 1 versions & 1 rubygems

Version Path
pulp_file_client-3.55.2 docs/PulpExportResponse.md