Sha256: bc052cd28668b407a16ddacd459b8c7e84c12b0fa7cc3faa9630d919d5bf81c6
Contents?: true
Size: 1.13 KB
Versions: 25
Compression:
Stored size: 1.13 KB
Contents
# PulpcoreClient::PublicationResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [optional] [readonly] **repository_version** | **String** | | [optional] **repository** | **String** | A URI of the repository to be published. | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PublicationResponse.new(pulp_href: null, prn: null, pulp_created: null, pulp_last_updated: null, repository_version: null, repository: null) ```
Version data entries
25 entries across 25 versions & 1 rubygems