Sha256: 06df2a8b709cfd13321d46d57f8adc485d22d9d3dafffe9bce9b272966f6617d
Contents?: true
Size: 943 Bytes
Versions: 2
Compression:
Stored size: 943 Bytes
Contents
# PulpPythonClient::PythonPythonRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **versions_href** | **String** | | [optional] [readonly] **latest_version_href** | **String** | | [optional] [readonly] **name** | **String** | A unique name for this repository. | **description** | **String** | An optional description. | [optional] ## Code Sample ```ruby require 'PulpPythonClient' instance = PulpPythonClient::PythonPythonRepository.new(pulp_href: null, pulp_created: null, versions_href: null, latest_version_href: null, name: null, description: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_python_client-3.0.0b10 | docs/PythonPythonRepository.md |
pulp_python_client-3.0.0b9 | docs/PythonPythonRepository.md |