Sha256: c57f9fe9ff3893d863bfdf2d4bab36adfe359474c2629c9a2dc434e0bdc6426b
Contents?: true
Size: 712 Bytes
Versions: 306
Compression:
Stored size: 712 Bytes
Contents
# PulpcoreClient::PublicationResponse ## 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 'PulpcoreClient' instance = PulpcoreClient::PublicationResponse.new(pulp_href: null, pulp_created: null, repository_version: null, repository: null) ```
Version data entries
306 entries across 306 versions & 1 rubygems