Adds python-experimental with dynamic base classes (#8325)

This commit is contained in:
Justin Black
2022-01-05 12:30:49 -08:00
committed by GitHub
parent 361b593da2
commit 3243279b4d
549 changed files with 57573 additions and 14 deletions

View File

@@ -0,0 +1,14 @@
# ObjectModelWithRefProps
a model that includes properties which should stay primitive (String + Boolean) and one which is defined as a class, NumberWithValidations
#### Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**myNumber** | [**NumberWithValidations**](NumberWithValidations.md) | | [optional]
**myString** | **str** | | [optional]
**myBoolean** | **bool** | | [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)