Justin Black ee0686e13f
Python-exp clean up model classnames (#7054)
* Adds lazy_import, removes python-exp java class renaming code, partial removal of getPythonClassName call sites

Fixes PythonClientExperimentalTest.java

Python-exp smaples regeneration

Revers makefile

Reverst pom.xml

Fixes model imports in models.__init__

Updates docstring, omits lazy import in additional properties if we dont need it

Improves additional_properties_type assignment if None

Removes getPythonClassName

Fixes python-exp tests

* Removes unused makefiles
2020-07-27 18:35:41 -07:00

1.1 KiB

AdditionalPropertiesClass

Properties

Name Type Description Notes
map_string {str: (str,)} [optional]
map_number {str: (float,)} [optional]
map_integer {str: (int,)} [optional]
map_boolean {str: (bool,)} [optional]
map_array_integer {str: ([int],)} [optional]
map_array_anytype {str: ([bool, date, datetime, dict, float, int, list, str],)} [optional]
map_map_string {str: ({str: (str,)},)} [optional]
map_map_anytype {str: ({str: (bool, date, datetime, dict, float, int, list, str,)},)} [optional]
anytype_1 bool, date, datetime, dict, float, int, list, str [optional]
anytype_2 bool, date, datetime, dict, float, int, list, str [optional]
anytype_3 bool, date, datetime, dict, float, int, list, str [optional]

[Back to Model list] [Back to API list] [Back to README]