Sha256: be3ba1c8845be02a7dc3b32a229b59e75f9b53048d25a5fe3c8a10e35e153d76
Contents?: true
Size: 1.2 KB
Versions: 3
Compression:
Stored size: 1.2 KB
Contents
# PulpFileClient::FilePublication ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **_href** | **String** | | [optional] **_created** | **DateTime** | Timestamp of creation. | [optional] **_type** | **String** | | [optional] **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] **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(_href: null, _created: null, _type: null, publisher: null, repository_version: null, repository: null, distributions: null, manifest: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-0.1.0b3 | docs/FilePublication.md |
pulp_file_client-0.1.0b2 | docs/FilePublication.md |
pulp_file_client-0.1.0b1 | docs/FilePublication.md |