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