Sha256: e29fe50e5bd293a5ce07635b7ef568d097979d66342b3d70a64d3a972264feea

Contents?: true

Size: 1.24 KB

Versions: 8

Compression:

Stored size: 1.24 KB

Contents

# PulpPythonClient::PythonPythonPublicationResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [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,
                                 pulp_last_updated: null,
                                 repository_version: null,
                                 repository: null,
                                 distributions: null)
```


Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pulp_python_client-3.11.4 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.12.3 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.12.2 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.11.3 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.12.1 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.11.2 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.12.0 docs/PythonPythonPublicationResponse.md
pulp_python_client-3.11.1 docs/PythonPythonPublicationResponse.md