ArtifactDistributionResponse
A serializer for ArtifactDistribution.
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\") | |
pulp_labels | dict(str, str) | [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_created | datetime | Timestamp of creation. | [optional] [readonly] |
name | str | A unique name. Ex, `rawhide` and `stable`. | |
pulp_href | str | [optional] [readonly] | |
base_url | str | The URL for accessing the publication as defined by this distribution. | [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] |