jiangyuan 8b3cad0692
[Python] fix model to dict (#11234)
* fix model to dict

* add unit test

* add unit test

* update sample files
2022-01-25 09:50:59 -08:00

665 B

FooObject

Properties

Name Type Description Notes
prop1 [{str: (bool, date, datetime, dict, float, int, list, str, none_type)}] [optional]
prop2 {str: (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] [Back to API list] [Back to README]