Sha256: 7c9dc0f4521757c7f7b0db747cf067d194f6bf1fffd093fe1e7a84dd1fb66826
Contents?: true
Size: 1.33 KB
Versions: 5
Compression:
Stored size: 1.33 KB
Contents
# PulpPythonClient::PatchedpythonPythonDistribution ## 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\") | [optional] **content_guard** | **String** | An optional content-guard. | [optional] **pulp_labels** | [**Object**](.md) | | [optional] **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] **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::PatchedpythonPythonDistribution.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