Sha256: ddc1e7f56cc648f971df73c70418bb57607af77f9bc5abff4ac7b2382b049a31
Contents?: true
Size: 917 Bytes
Versions: 6
Compression:
Stored size: 917 Bytes
Contents
# PulpFileClient::PatchedfileFileDistribution ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **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\") | [optional] **content_guard** | **String** | An optional content-guard. | [optional] **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] **publication** | **String** | Publication to be served | [optional] ## Code Sample ```ruby require 'PulpFileClient' instance = PulpFileClient::PatchedfileFileDistribution.new(base_path: null, content_guard: null, name: null, publication: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems