Sha256: 114d3c32b30689a7e3ff9137c7d1665db90c169b3430cf755f961f41f5becb86

Contents?: true

Size: 698 Bytes

Versions: 5

Compression:

Stored size: 698 Bytes

Contents

# PulpFileClient::FileFileFileSystemExporter

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**path** | **String** | File system location to export to. | 
**name** | **String** | Unique name of the file system exporter. | 

## Code Sample

```ruby
require 'PulpFileClient'

instance = PulpFileClient::FileFileFileSystemExporter.new(pulp_href: null,
                                 pulp_created: null,
                                 path: null,
                                 name: null)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pulp_file_client-0.2.0 docs/FileFileFileSystemExporter.md
pulp_file_client-0.1.1 docs/FileFileFileSystemExporter.md
pulp_file_client-0.1.0 docs/FileFileFileSystemExporter.md
pulp_file_client-0.1.0rc2 docs/FileFileFileSystemExporter.md
pulp_file_client-0.1.0rc1 docs/FileFileFileSystemExporter.md