Sha256: 84625c2990a2e57623fc3bd841d1bd570cf5959963b6bb4479fe39c8c0247fec
Contents?: true
Size: 810 Bytes
Versions: 2
Compression:
Stored size: 810 Bytes
Contents
# PulpCertguardClient::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 'PulpCertguardClient' instance = PulpCertguardClient::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_certguard_client-3.55.2 | docs/FilesystemExport.md |
pulp_certguard_client-3.49.14 | docs/FilesystemExport.md |