# 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) ```