Sha256: 4ccbe009bf69cc44887df1ad6f7e5e9e0e8fd818131a08ee0794b509abe4f447
Contents?: true
Size: 911 Bytes
Versions: 7
Compression:
Stored size: 911 Bytes
Contents
# PulpMavenClient::MavenMavenRepository ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_labels** | **Hash<String, String>** | | [optional] **name** | **String** | A unique name for this repository. | **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::MavenMavenRepository.new(pulp_labels: null, name: null, description: null, retain_repo_versions: null, remote: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems