Sha256: ad4637a7f90b0917bf3db25a851de781033c7986c13e942199784f9726f29bef
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
# PulpFileClient::FilePublication ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **publisher** | **String** | | [optional] **repository_version** | **String** | | [optional] **repository** | **String** | A URI of the repository to be published. | [optional] **distributions** | **Array<String>** | This publication is currently hosted as defined by these distributions. | [optional] [readonly] **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::FilePublication.new(pulp_href: null, pulp_created: null, publisher: null, repository_version: null, repository: null, distributions: null, manifest: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-0.1.0b4 | docs/FilePublication.md |