Justin Black ed84280108
Python-exp remove codegemodel mutation, allow mixed OneOf types (#6797)
* Stops converting primitive models into object models, adds ComposedSchemas with mixed type

* Samples update for python-exp
2020-07-18 10:13:22 -07:00

1.0 KiB

enum_test.EnumTest

Properties

Name Type Description Notes
enum_string_required str
enum_string str [optional]
enum_integer int [optional]
enum_number float [optional]
string_enum string_enum.StringEnum, none_type [optional]
integer_enum integer_enum.IntegerEnum [optional]
string_enum_with_default_value string_enum_with_default_value.StringEnumWithDefaultValue [optional]
integer_enum_with_default_value integer_enum_with_default_value.IntegerEnumWithDefaultValue [optional]
integer_enum_one_value integer_enum_one_value.IntegerEnumOneValue [optional]

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