Tyler Ballast f5151de9fc
Add whitespace to SDK documentation where necessary (#8919)
* Add a space between table title and the line above it to resolve issues when translating markdown to asciidoc

* Regenerate Samples

Co-authored-by: Tyler Ballast <tyler.ballast@reportix.com>
Co-authored-by: tballast <tyler.ballast@gmail.com>
2021-03-08 21:40:54 +08:00

1.1 KiB

EnumTest

Properties

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

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