Sha256: d455757f60c1b827dc5b93046a82180031a52948e6d1a6196b9fd18e80d3f869

Contents?: true

Size: 1.63 KB

Versions: 3

Compression:

Stored size: 1.63 KB

Contents

# PulpPythonClient::PythonPythonRepositoryResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**versions_href** | **String** |  | [optional] [readonly] 
**pulp_labels** | [**Object**](.md) |  | [optional] 
**latest_version_href** | **String** |  | [optional] [readonly] 
**name** | **String** | A unique name for this repository. | 
**description** | **String** | An optional description. | [optional] 
**retained_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. This is provided as a tech preview in Pulp 3 and may change in the future. | [optional] 
**remote** | **String** |  | [optional] 
**autopublish** | **Boolean** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. | [optional] [default to false]

## Code Sample

```ruby
require 'PulpPythonClient'

instance = PulpPythonClient::PythonPythonRepositoryResponse.new(pulp_href: null,
                                 pulp_created: null,
                                 versions_href: null,
                                 pulp_labels: null,
                                 latest_version_href: null,
                                 name: null,
                                 description: null,
                                 retained_versions: null,
                                 remote: null,
                                 autopublish: null)
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pulp_python_client-3.4.1 docs/PythonPythonRepositoryResponse.md
pulp_python_client-3.4.0 docs/PythonPythonRepositoryResponse.md
pulp_python_client-3.3.0 docs/PythonPythonRepositoryResponse.md