docs/ContainerContainerPullThroughDistribution.md in pulp_container_client-2.20.0 vs docs/ContainerContainerPullThroughDistribution.md in pulp_container_client-2.20.1

- old
+ new

@@ -3,14 +3,14 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **content_guard** | **String** | An optional content-guard. If none is specified, a default one will be used. | [optional] -**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false] **pulp_labels** | **Hash<String, String>** | | [optional] -**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] +**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false] **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\") | +**repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional] **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | **remote** | **String** | Remote that can be used to fetch content when using pull-through caching. | **distributions** | **Array<String>** | Distributions created after pulling content through cache | [optional] **private** | **Boolean** | Restrict pull access to explicitly authorized users. Related distributions inherit this value. Defaults to unrestricted pull access. | [optional] **description** | **String** | An optional description. | [optional] @@ -19,13 +19,13 @@ ```ruby require 'PulpContainerClient' instance = PulpContainerClient::ContainerContainerPullThroughDistribution.new(content_guard: null, - hidden: null, pulp_labels: null, - repository: null, + hidden: null, base_path: null, + repository: null, name: null, remote: null, distributions: null, private: null, description: null)