docs/ContainerContainerDistribution.md in pulp_container_client-2.10.10 vs docs/ContainerContainerDistribution.md in pulp_container_client-2.10.11

- old
+ new

@@ -2,12 +2,12 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**pulp_labels** | [**Object**](.md) | | [optional] **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_labels** | [**Object**](.md) | | [optional] **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | **repository_version** | **String** | RepositoryVersion to be served | [optional] **private** | **Boolean** | Restrict pull access to explicitly authorized users. Defaults to unrestricted pull access. | [optional] @@ -16,11 +16,11 @@ ## Code Sample ```ruby require 'PulpContainerClient' -instance = PulpContainerClient::ContainerContainerDistribution.new(pulp_labels: null, - base_path: null, +instance = PulpContainerClient::ContainerContainerDistribution.new(base_path: null, + pulp_labels: null, repository: null, content_guard: null, name: null, repository_version: null, private: null,