Sha256: c40bb4ec4e559db420c2c09f62fec583e75590b2e0cef78662ebe61514d1262d
Contents?: true
Size: 795 Bytes
Versions: 290
Compression:
Stored size: 795 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] **start_repository_version** | **String** | The URI of the last-exported-repo-version. | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::FilesystemExport.new(task: null, publication: null, repository_version: null, start_repository_version: null) ```
Version data entries
290 entries across 290 versions & 1 rubygems