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