Sha256: 1965d49284eb891182acefcd617c2d6322cbfe42853d73e65e5880a852ac4c6c
Contents?: true
Size: 1.01 KB
Versions: 46
Compression:
Stored size: 1.01 KB
Contents
# PulpcoreClient::PublicationResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [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, pulp_created: null, pulp_last_updated: null, repository_version: null, repository: null) ```
Version data entries
46 entries across 46 versions & 1 rubygems