Sha256: 79eef16d5990ef79288283ec1aa6bf862c5cc9fe4fb603235cf3097b8d49e37e

Contents?: true

Size: 687 Bytes

Versions: 385

Compression:

Stored size: 687 Bytes

Contents

# PulpcoreClient::PulpExporter

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Unique name of the file system exporter. | 
**path** | **String** | File system directory to store exported tar.gzs. | 
**repositories** | **Array<String>** |  | 
**last_export** | **String** | Last attempted export for this PulpExporter | [optional] 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::PulpExporter.new(name: null,
                                 path: null,
                                 repositories: null,
                                 last_export: null)
```


Version data entries

385 entries across 385 versions & 1 rubygems

Version Path
pulpcore_client-3.7.0 docs/PulpExporter.md
pulpcore_client-3.6.3 docs/PulpExporter.md
pulpcore_client-3.6.2 docs/PulpExporter.md
pulpcore_client-3.6.1 docs/PulpExporter.md
pulpcore_client-3.6.0 docs/PulpExporter.md