Rubén Martínez 529a638d11 [C#] Fix issue #1088 with generation of enum classes referenced from other objects (#1089)
* 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.
2018-10-10 21:38:48 -04:00

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]

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