# PulpContainerClient::ContainerContainerDistribution ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] **repository_version** | **String** | RepositoryVersion to be served | [optional] **pulp_href** | **String** | | [optional] [readonly] **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\") | **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **content_guard** | **String** | An optional content-guard. | [optional] **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | **registry_path** | **String** | The Registry hostame/name/ to use with docker pull command defined by this distribution. | [optional] [readonly] ## Code Sample ```ruby require 'PulpContainerClient' instance = PulpContainerClient::ContainerContainerDistribution.new(repository: null, repository_version: null, pulp_href: null, base_path: null, pulp_created: null, content_guard: null, name: null, registry_path: null) ```