forked from loafle/openapi-generator-original
* Run ./bin/utils/ensure-up-to-date to re-generate samples run in the CI. * Fixed the #1088 issue by removing the update of enumeration properties while processing objects that reference them. Launched the ./bin/csharp-petstore-all.sh script.
632 B
632 B
Org.OpenAPITools.Model.MapTest
Properties
Name | Type | Description | Notes |
---|---|---|---|
MapMapOfString | Dictionary<string, Dictionary<string, string>> | [optional] | |
MapOfEnumString | Dictionary<string, string> | [optional] | |
DirectMap | Dictionary<string, bool?> | [optional] | |
IndirectMap | StringBooleanMap | [optional] |