[Python] Handle nullable list items (#17594)

* fix nullable elements

* update type info in docs

* update examples
This commit is contained in:
Huan-Cheng Chang
2024-01-13 04:29:22 +01:00
committed by GitHub
parent c6efe8810d
commit 968c6dc418
14 changed files with 49 additions and 16 deletions

View File

@@ -5,6 +5,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**array_of_string** | **List[str]** | | [optional]
**array_of_nullable_float** | **List[float]** | | [optional]
**array_array_of_integer** | **List[List[int]]** | | [optional]
**array_array_of_model** | **List[List[ReadOnlyFirst]]** | | [optional]