Sha256: c7d87833892bf1efc4e2a9c061fa162e4c6c715e3d0e3abda03d85ee32bd66b6

Contents?: true

Size: 936 Bytes

Versions: 7

Compression:

Stored size: 936 Bytes

Contents

# PulpMavenClient::PatchedmavenMavenRepository

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_labels** | **Hash<String, String>** |  | [optional] 
**name** | **String** | A unique name for this repository. | [optional] 
**description** | **String** | An optional description. | [optional] 
**retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional] 
**remote** | **String** | An optional remote to use by default when syncing. | [optional] 

## Code Sample

```ruby
require 'PulpMavenClient'

instance = PulpMavenClient::PatchedmavenMavenRepository.new(pulp_labels: null,
                                 name: null,
                                 description: null,
                                 retain_repo_versions: null,
                                 remote: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pulp_maven_client-0.8.2 docs/PatchedmavenMavenRepository.md
pulp_maven_client-0.8.1 docs/PatchedmavenMavenRepository.md
pulp_maven_client-0.8.0 docs/PatchedmavenMavenRepository.md
pulp_maven_client-0.7.0 docs/PatchedmavenMavenRepository.md
pulp_maven_client-0.6.0 docs/PatchedmavenMavenRepository.md
pulp_maven_client-0.5.0 docs/PatchedmavenMavenRepository.md
pulp_maven_client-0.4.0 docs/PatchedmavenMavenRepository.md