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