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

Version Path
pulp_python_client-3.11.0 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.10.0 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.9.0 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.8.0 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.7.3 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.6.1 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.7.2 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.7.1 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.7.0 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.6.0 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.5.2 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.5.1 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.5.0 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.4.1 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.4.0 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.3.0 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.2.0 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.0.0 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.0.0b12 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.0.0b11 docs/PythonPythonPublicationResponse.md