Sha256: d62d24bafba2bc974505f14509dc10cebed3cf6b1a2d24a577510b8b8e5d22b5
Contents?: true
Size: 1.44 KB
Versions: 1
Compression:
Stored size: 1.44 KB
Contents
# PulpcoreClient::ArtifactDistributionResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | **pulp_labels** | **Hash<String, String>** | | [optional] **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false] **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\") | **pulp_href** | **String** | | [optional] [readonly] **content_guard** | **String** | An optional content-guard. | [optional] **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::ArtifactDistributionResponse.new(pulp_created: null, name: null, pulp_labels: null, hidden: null, base_path: null, pulp_href: null, content_guard: null, base_url: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pulpcore_client-3.28.29 | docs/ArtifactDistributionResponse.md |