Sha256: 4862f51592433d5de02aaba06c1c866251413a69574a26136a89e5eac26ba21a
Contents?: true
Size: 948 Bytes
Versions: 20
Compression:
Stored size: 948 Bytes
Contents
# PulpPythonClient::PythonPythonPublicationResponse ## 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] **distributions** | **Array<String>** | This publication is currently being hosted as configured by these distributions. | [optional] [readonly] ## Code Sample ```ruby require 'PulpPythonClient' instance = PulpPythonClient::PythonPythonPublicationResponse.new(pulp_href: null, pulp_created: null, repository_version: null, repository: null, distributions: null) ```
Version data entries
20 entries across 20 versions & 1 rubygems