Sha256: 5891a27e9c7d50a8d8fea8983a634451e25ec3760138dcc2d88516270627df63

Contents?: true

Size: 909 Bytes

Versions: 12

Compression:

Stored size: 909 Bytes

Contents

# PulpFileClient::ExportResponse

## 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] 

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::ExportResponse.new(pulp_href: null,
                                 pulp_created: null,
                                 task: null,
                                 exported_resources: null,
                                 params: null)
```


Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
pulp_file_client-1.7.0 docs/ExportResponse.md
pulp_file_client-1.6.1 docs/ExportResponse.md
pulp_file_client-1.6.0.post3 docs/ExportResponse.md
pulp_file_client-1.6.0.post2 docs/ExportResponse.md
pulp_file_client-1.6.0.post1 docs/ExportResponse.md
pulp_file_client-1.6.0.post0 docs/ExportResponse.md
pulp_file_client-1.5.0 docs/ExportResponse.md
pulp_file_client-1.4.0.post1 docs/ExportResponse.md
pulp_file_client-1.4.0.post0 docs/ExportResponse.md
pulp_file_client-1.4.0 docs/ExportResponse.md
pulp_file_client-1.3.0 docs/ExportResponse.md
pulp_file_client-1.2.0 docs/ExportResponse.md