[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,13 @@
# StringEnumRef
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
## Enum
* `SUCCESS` (value: `'success'`)
* `FAILURE` (value: `'failure'`)
* `UNCLASSIFIED` (value: `'unclassified'`)
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)