Sha256: b3e59471f38f58e4f22359a1642b002f20876a62acc722748ba71d52bd107861
Contents?: true
Size: 629 Bytes
Versions: 69
Compression:
Stored size: 629 Bytes
Contents
# PulpcoreClient::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] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::FilesystemExport.new(task: null, publication: null, repository_version: null) ```
Version data entries
69 entries across 69 versions & 1 rubygems