Sha256: a28070d9d7e551e68a9906d269aeaef1143d0da05cb68fb337bd07af6dccdf08

Contents?: true

Size: 1.29 KB

Versions: 5

Compression:

Stored size: 1.29 KB

Contents

# PulpPythonClient::PythonPythonDistribution

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**base_path** | **String** | The base (relative) path component of the published url. Avoid paths that                     overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | 
**content_guard** | **String** | An optional content-guard. | [optional] 
**pulp_labels** | [**Object**](.md) |  | [optional] 
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | 
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] 
**publication** | **String** | Publication to be served | [optional] 
**allow_uploads** | **Boolean** | Allow packages to be uploaded to this index. | [optional] [default to true]

## Code Sample

```ruby
require 'PulpPythonClient'

instance = PulpPythonClient::PythonPythonDistribution.new(base_path: null,
                                 content_guard: null,
                                 pulp_labels: null,
                                 name: null,
                                 repository: null,
                                 publication: null,
                                 allow_uploads: null)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pulp_python_client-3.5.2 docs/PythonPythonDistribution.md
pulp_python_client-3.5.1 docs/PythonPythonDistribution.md
pulp_python_client-3.5.0 docs/PythonPythonDistribution.md
pulp_python_client-3.4.1 docs/PythonPythonDistribution.md
pulp_python_client-3.4.0 docs/PythonPythonDistribution.md