Sha256: 267ceb7989d5ab1303961cd3c3db30267245e134fddb5c4cc74f1d02c2b4abb9

Contents?: true

Size: 927 Bytes

Versions: 5

Compression:

Stored size: 927 Bytes

Contents

# PulpcoreClient::PulpExporter

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**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(pulp_href: null,
                                 pulp_created: null,
                                 name: null,
                                 path: null,
                                 repositories: null,
                                 last_export: null)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pulpcore_client-3.5.0 docs/PulpExporter.md
pulpcore_client-3.4.1 docs/PulpExporter.md
pulpcore_client-3.4.0 docs/PulpExporter.md
pulpcore_client-3.3.1 docs/PulpExporter.md
pulpcore_client-3.3.0 docs/PulpExporter.md