Sha256: 6cf116107ec88130fe4256e70e579bb006f53870905ecfef8cd2350586ad48d5
Contents?: true
Size: 795 Bytes
Versions: 2
Compression:
Stored size: 795 Bytes
Contents
# PulpFileClient::FilesystemExport ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **task** | **String** | A URI of the task that ran the Export. | [optional] **publication** | **String** | A URI of the publication to be exported. | [optional] **repository_version** | **String** | A URI of the repository version export. | [optional] **start_repository_version** | **String** | The URI of the last-exported-repo-version. | [optional] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::FilesystemExport.new(task: null, publication: null, repository_version: null, start_repository_version: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/FilesystemExport.md |
pulp_file_client-3.49.14 | docs/FilesystemExport.md |