Sha256: ff758fa2d4c9d61fa6cf90e46a8c52ed2a2a2e7b4fa385789a1aa0ca460114b8
Contents?: true
Size: 1.04 KB
Versions: 8
Compression:
Stored size: 1.04 KB
Contents
# PulpRpmClient::RpmRpmPublication ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **repository_version** | **String** | | [optional] **repository** | **String** | A URI of the repository to be published. | [optional] **metadata_checksum_type** | **String** | The checksum type for metadata. | [optional] [default to 'sha256'] **package_checksum_type** | **String** | The checksum type for packages. | [optional] [default to 'sha256'] ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::RpmRpmPublication.new(pulp_href: null, pulp_created: null, repository_version: null, repository: null, metadata_checksum_type: null, package_checksum_type: null) ```
Version data entries
8 entries across 8 versions & 1 rubygems