Juang, Yi-Lin 5ab1c9c75b Fix logic of getNullableType of csharp server and client. (#3537)
* Fix default nullable

* Fix tests

* Update samples

* Fix template default value

* Update samples

* Also fix for interface

* update samples
2019-08-06 10:26:50 +08:00

530 B

Org.OpenAPITools.Model.ArrayTest

Properties

Name Type Description Notes
ArrayOfString List<string> [optional]
ArrayArrayOfInteger List<List<long>> [optional]
ArrayArrayOfModel List<List<ReadOnlyFirst>> [optional]

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