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.22.35 docs/FilesystemExporterResponse.md
pulpcore_client-3.22.34 docs/FilesystemExporterResponse.md
pulpcore_client-3.22.33 docs/FilesystemExporterResponse.md
pulpcore_client-3.22.32 docs/FilesystemExporterResponse.md
pulpcore_client-3.21.35 docs/FilesystemExporterResponse.md
pulpcore_client-3.22.31 docs/FilesystemExporterResponse.md
pulpcore_client-3.21.34 docs/FilesystemExporterResponse.md
pulpcore_client-3.21.33 docs/FilesystemExporterResponse.md
pulpcore_client-3.22.30 docs/FilesystemExporterResponse.md
pulpcore_client-3.22.29 docs/FilesystemExporterResponse.md
pulpcore_client-3.21.32 docs/FilesystemExporterResponse.md
pulpcore_client-3.22.28 docs/FilesystemExporterResponse.md
pulpcore_client-3.21.31 docs/FilesystemExporterResponse.md
pulpcore_client-3.22.27 docs/FilesystemExporterResponse.md
pulpcore_client-3.21.30 docs/FilesystemExporterResponse.md
pulpcore_client-3.22.25 docs/FilesystemExporterResponse.md
pulpcore_client-3.22.24 docs/FilesystemExporterResponse.md
pulpcore_client-3.21.26 docs/FilesystemExporterResponse.md
pulpcore_client-3.18.35 docs/FilesystemExporterResponse.md
pulpcore_client-3.22.22 docs/FilesystemExporterResponse.md