Sha256: 5eed616c6b9b4bb6f1fd5fc0206498cc42bad59e8d48ea49bed9abcd0a9a7f32

Contents?: true

Size: 714 Bytes

Versions: 12

Compression:

Stored size: 714 Bytes

Contents

# PulpFileClient::FileFileFilesystemExporterResponse

## 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 location to export to. | 

## Code Sample

```ruby
require 'PulpFileClient'

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


Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
pulp_file_client-1.7.0 docs/FileFileFilesystemExporterResponse.md
pulp_file_client-1.6.1 docs/FileFileFilesystemExporterResponse.md
pulp_file_client-1.6.0.post3 docs/FileFileFilesystemExporterResponse.md
pulp_file_client-1.6.0.post2 docs/FileFileFilesystemExporterResponse.md
pulp_file_client-1.6.0.post1 docs/FileFileFilesystemExporterResponse.md
pulp_file_client-1.6.0.post0 docs/FileFileFilesystemExporterResponse.md
pulp_file_client-1.5.0 docs/FileFileFilesystemExporterResponse.md
pulp_file_client-1.4.0.post1 docs/FileFileFilesystemExporterResponse.md
pulp_file_client-1.4.0.post0 docs/FileFileFilesystemExporterResponse.md
pulp_file_client-1.4.0 docs/FileFileFilesystemExporterResponse.md
pulp_file_client-1.3.0 docs/FileFileFilesystemExporterResponse.md
pulp_file_client-1.2.0 docs/FileFileFilesystemExporterResponse.md