Sha256: 7e57c3d606d5439425dfd211a50b788f8892ec112fca48228689c2c84d3db10f

Contents?: true

Size: 1.11 KB

Versions: 2

Compression:

Stored size: 1.11 KB

Contents

# PulpcoreClient::PulpExport

## 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. | 
**exported_resources** | **Array<Object>** | Resources that were exported. | [optional] [readonly] 
**params** | [**Object**](.md) | Any additional parameters that were used to create the export. | 
**sha256** | **String** | The SHA-256 checksum of the exported .tar.gz. | [optional] 
**filename** | **String** | The full-path filename of the exported .tar.gz. | [optional] 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::PulpExport.new(pulp_href: null,
                                 pulp_created: null,
                                 task: null,
                                 exported_resources: null,
                                 params: null,
                                 sha256: null,
                                 filename: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulpcore_client-3.3.1 docs/PulpExport.md
pulpcore_client-3.3.0 docs/PulpExport.md