Sha256: 9e8618ad65fb206c700ee51a82f42fa8b47dc029a00315a683c343eca1b74303
Contents?: true
Size: 705 Bytes
Versions: 4
Compression:
Stored size: 705 Bytes
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] ## Code Sample ```ruby require 'PulpRpmClient' instance = PulpRpmClient::RpmRpmPublication.new(pulp_href: null, pulp_created: null, repository_version: null, repository: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems