docs/RpmRpmDistributionResponse.md in pulp_rpm_client-3.22.8 vs docs/RpmRpmDistributionResponse.md in pulp_rpm_client-3.23.0
- old
+ new
@@ -12,10 +12,11 @@
**hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
**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]
**publication** | **String** | Publication to be served | [optional]
+**generate_repo_config** | **Boolean** | An option specifying whether Pulp should generate *.repo files. | [optional] [default to false]
## Code Sample
```ruby
require 'PulpRpmClient'
@@ -27,9 +28,10 @@
content_guard: null,
hidden: null,
pulp_labels: null,
name: null,
repository: null,
- publication: null)
+ publication: null,
+ generate_repo_config: null)
```