ArtifactDistributionResponse

A serializer for ArtifactDistribution.

Properties

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

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