Sha256: 1a15dfd2c17945180719bf1198291b912d724d85fea07f03e404a3430e098abe
Contents?: true
Size: 734 Bytes
Versions: 2
Compression:
Stored size: 734 Bytes
Contents
# PulpFileClient::PatchedPulpExporter ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Unique name of the file system exporter. | [optional] **path** | **String** | File system directory to store exported tar.gzs. | [optional] **repositories** | **Array<String>** | | [optional] **last_export** | **String** | Last attempted export for this PulpExporter | [optional] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::PatchedPulpExporter.new(name: null, path: null, repositories: null, last_export: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/PatchedPulpExporter.md |
pulp_file_client-3.49.14 | docs/PatchedPulpExporter.md |