forked from loafle/openapi-generator-original
* Add async native Java Client * UPDATE: Reformat the samples * test java native async in drone.io * update test count Co-authored-by: William Cheng <wing328hk@gmail.com>
578 B
578 B
MapTest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| mapMapOfString | Map<String, Map<String, String>> | [optional] | |
| mapOfEnumString | [Map<String, InnerEnum>](#Map<String, InnerEnum>) | [optional] | |
| directMap | Map<String, Boolean> | [optional] | |
| indirectMap | Map<String, Boolean> | [optional] |
Enum: Map<String, InnerEnum>
| Name | Value |
|---|---|
| UPPER | "UPPER" |
| LOWER | "lower" |