Sha256: 3841c0936a6c4b4167c9d5cfd17a00430f7d387231ba46e75891d311ce90eedd
Contents?: true
Size: 672 Bytes
Versions: 128
Compression:
Stored size: 672 Bytes
Contents
# PulpFileClient::FileFilePublication ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **repository_version** | **String** | | [optional] **repository** | **String** | A URI of the repository to be published. | [optional] **manifest** | **String** | Filename to use for manifest file containing metadata for all the files. | [optional] [default to 'PULP_MANIFEST'] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::FileFilePublication.new(repository_version: null, repository: null, manifest: null) ```
Version data entries
128 entries across 128 versions & 1 rubygems