[Python] List enum members in docs (#18804)

* List enum values in docs

* Remove newline

* Remove another newline

* Generate samples
This commit is contained in:
Lars van Leeuwen
2024-06-01 11:00:11 +02:00
committed by GitHub
parent e2258fb790
commit 8783ad8a18
42 changed files with 314 additions and 120 deletions

View File

@@ -1,9 +1,11 @@
# EnumString2
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
## Enum
* `C` (value: `'c'`)
* `D` (value: `'d'`)
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)