Sha256: 26205f7a96cc717de4b47cb5ef7d62f4569bcee74c343344e62af6fcc6c44eab
Contents?: true
Size: 932 Bytes
Versions: 2
Compression:
Stored size: 932 Bytes
Contents
# PulpPythonClient::PythonPythonPublication ## 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::PythonPythonPublication.new(pulp_href: null, pulp_created: null, repository_version: null, repository: null, distributions: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_python_client-3.0.0b10 | docs/PythonPythonPublication.md |
pulp_python_client-3.0.0b9 | docs/PythonPythonPublication.md |