Sha256: 7f21fbe050ba59b6dc48a4f599aa190f72f6610e4c8fd05851e5e46d25dce4cd

Contents?: true

Size: 910 Bytes

Versions: 9

Compression:

Stored size: 910 Bytes

Contents

# PulpRpmClient::PatchedrpmRpmDistribution

## 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 'PulpRpmClient'

instance = PulpRpmClient::PatchedrpmRpmDistribution.new(base_path: null,
                                 content_guard: null,
                                 name: null,
                                 publication: null)
```


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
pulp_rpm_client-3.11.4 docs/PatchedrpmRpmDistribution.md
pulp_rpm_client-3.11.3 docs/PatchedrpmRpmDistribution.md
pulp_rpm_client-3.11.2 docs/PatchedrpmRpmDistribution.md
pulp_rpm_client-3.6.3 docs/PatchedrpmRpmDistribution.md
pulp_rpm_client-3.8.0 docs/PatchedrpmRpmDistribution.md
pulp_rpm_client-3.7.0 docs/PatchedrpmRpmDistribution.md
pulp_rpm_client-3.6.2 docs/PatchedrpmRpmDistribution.md
pulp_rpm_client-3.6.1 docs/PatchedrpmRpmDistribution.md
pulp_rpm_client-3.6.0 docs/PatchedrpmRpmDistribution.md