openapi-generator/samples/client/petstore/java/jersey1/docs/MapTest.md

20 lines
482 B
Markdown
Raw Normal View History

# MapTest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**mapMapOfString** | [**Map<String, Map<String, String>>**](Map.md) | | [optional]
**mapOfEnumString** | [**Map<String, InnerEnum>**](#Map<String, InnerEnum>) | | [optional]
<a name="Map<String, InnerEnum>"></a>
## Enum: Map&lt;String, InnerEnum&gt;
Name | Value
---- | -----
2016-08-05 03:49:34 +00:00
UPPER | &quot;UPPER&quot;
LOWER | &quot;lower&quot;