Adds UUID to python-experimental (#12153)

* Adds UUID to python-exp, allows uuid models to be generated

* Adds test_UUIDString uuid model test

* Fixes uuid properties in python-exp, changes maps to object data type, adds uuid data type

* Adds maps data type back in

* Adds missing Null and AnyType definitions and adds them to python-experimental

* Generator docs updated, added missing uuid, null, anytype, and object

* Adds uuid support description

* Docs updated
This commit is contained in:
Justin Black
2022-04-16 14:55:49 -07:00
committed by GitHub
parent 2abdd3acb7
commit eef7cddd6f
328 changed files with 1226 additions and 15 deletions

View File

@@ -0,0 +1,8 @@
# UUIDString
Type | Description | Notes
------------- | ------------- | -------------
**str** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)