Sha256: cdd3adff8b13cc08364a71cd91f46d69db998d857e8bfd4ffbad8ce34f797113

Contents?: true

Size: 826 Bytes

Versions: 173

Compression:

Stored size: 826 Bytes

Contents

# PulpcoreClient::FilesystemExporterResponse

## 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. | 
**method** | [**MethodEnum**](MethodEnum.md) | Method of exporting | [optional] 

## Code Sample

```ruby
require 'PulpcoreClient'

instance = PulpcoreClient::FilesystemExporterResponse.new(pulp_href: null,
                                 pulp_created: null,
                                 name: null,
                                 path: null,
                                 method: null)
```


Version data entries

173 entries across 173 versions & 1 rubygems

Version Path
pulpcore_client-3.21.16 docs/FilesystemExporterResponse.md
pulpcore_client-3.23.15 docs/FilesystemExporterResponse.md
pulpcore_client-3.23.14 docs/FilesystemExporterResponse.md
pulpcore_client-3.21.15 docs/FilesystemExporterResponse.md
pulpcore_client-3.22.12 docs/FilesystemExporterResponse.md
pulpcore_client-3.18.25 docs/FilesystemExporterResponse.md
pulpcore_client-3.16.18 docs/FilesystemExporterResponse.md
pulpcore_client-3.23.13 docs/FilesystemExporterResponse.md
pulpcore_client-3.18.24 docs/FilesystemExporterResponse.md
pulpcore_client-3.22.11 docs/FilesystemExporterResponse.md
pulpcore_client-3.21.14 docs/FilesystemExporterResponse.md
pulpcore_client-3.23.12 docs/FilesystemExporterResponse.md
pulpcore_client-3.22.10 docs/FilesystemExporterResponse.md
pulpcore_client-3.21.13 docs/FilesystemExporterResponse.md
pulpcore_client-3.18.23 docs/FilesystemExporterResponse.md
pulpcore_client-3.23.11 docs/FilesystemExporterResponse.md
pulpcore_client-3.18.22 docs/FilesystemExporterResponse.md
pulpcore_client-3.21.12 docs/FilesystemExporterResponse.md
pulpcore_client-3.22.9 docs/FilesystemExporterResponse.md
pulpcore_client-3.23.10 docs/FilesystemExporterResponse.md