Sha256: 09f8a1243cd6b91e52d141534deed87d3781c45fe76ac2757718522a82d66f4f

Contents?: true

Size: 1.2 KB

Versions: 4

Compression:

Stored size: 1.2 KB

Contents

# PulpMavenClient::PatchedmavenMavenDistribution

## 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] 
**pulp_labels** | [**Object**](.md) |  | [optional] 
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional] 
**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] 
**remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | [optional] 

## Code Sample

```ruby
require 'PulpMavenClient'

instance = PulpMavenClient::PatchedmavenMavenDistribution.new(base_path: null,
                                 content_guard: null,
                                 pulp_labels: null,
                                 name: null,
                                 repository: null,
                                 remote: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pulp_maven_client-0.3.3 docs/PatchedmavenMavenDistribution.md
pulp_maven_client-0.3.2 docs/PatchedmavenMavenDistribution.md
pulp_maven_client-0.3.1 docs/PatchedmavenMavenDistribution.md
pulp_maven_client-0.3.0 docs/PatchedmavenMavenDistribution.md