Adds ability to turn inline model resolver on or off and uses it in python-experimental (#12198)

* Adds getUseInlineModelResolver and uses it

* Regenerates python-exp samples

* Regenerates docs

* Samples regenerated

* Moves codegenProperty.complexType setting

* Fixes python-experimental tests

* Reverts vesion file change

* Improves type setting code for python-exp

* Fixes AnyType type hint

* Samples regenerated
This commit is contained in:
Justin Black
2022-04-25 21:44:05 -07:00
committed by GitHub
parent 20c37b5a96
commit c456de40c0
224 changed files with 685 additions and 2039 deletions

View File

@@ -3,7 +3,7 @@
#### Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**someProp** | **str** | | [optional]
**someProp** | **bool, date, datetime, dict, float, int, list, str, none_type** | | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)