Sha256: 352d1bc2e43fb880ba5d32471f3d8915320dd1c97302f0c26138d7a6adc0c9b2

Contents?: true

Size: 687 Bytes

Versions: 2

Compression:

Stored size: 687 Bytes

Contents

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

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


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pulp_file_client-3.55.2 docs/PulpExporter.md
pulp_file_client-3.49.14 docs/PulpExporter.md