ArtifactDistributionResponse

A serializer for ArtifactDistribution.

Properties

Name Type Description Notes
pulp_created datetime Timestamp of creation. [optional] [readonly]
pulp_labels dict(str, str) [optional]
name str A unique name. Ex, `rawhide` and `stable`.
hidden bool Whether this distribution should be shown in the content app. [optional] [default to False]
content_guard str An optional content-guard. [optional]
pulp_href str [optional] [readonly]
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\")
base_url str The URL for accessing the publication as defined by this distribution. [optional] [readonly]

[Back to Model list] [Back to API list] [Back to HOME]