Sha256: a9a13a3bfb1ef6e08c3fd16117fb3d53116eb2d8ce72e6d64e3cac1a186c0d0d

Contents?: true

Size: 1.16 KB

Versions: 4

Compression:

Stored size: 1.16 KB

Contents

# PulpMavenClient::MavenMavenDistribution

## 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\") | 
**content_guard** | **String** | An optional content-guard. | [optional] 
**pulp_labels** | [**Object**](.md) |  | [optional] 
**name** | **String** | A unique name. Ex, `rawhide` and `stable`. | 
**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::MavenMavenDistribution.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/MavenMavenDistribution.md
pulp_maven_client-0.3.2 docs/MavenMavenDistribution.md
pulp_maven_client-0.3.1 docs/MavenMavenDistribution.md
pulp_maven_client-0.3.0 docs/MavenMavenDistribution.md