# 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** | **Hash<String, String>** | | [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) ```