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