PatchedfileFileDistribution
Serializer for File Distributions.
Properties
Name | Type | Description | Notes |
---|---|---|---|
base_path | str | 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 | str | An optional content-guard. | [optional] |
hidden | bool | Whether this distribution should be shown in the content app. | [optional] [default to False] |
pulp_labels | dict(str, str) | [optional] | |
name | str | A unique name. Ex, `rawhide` and `stable`. | [optional] |
repository | str | The latest RepositoryVersion for this Repository will be served. | [optional] |
publication | str | Publication to be served | [optional] |