mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-09 15:54:12 +00:00
* Fix default nullable * Fix tests * Update samples * Fix template default value * Update samples * Also fix for interface * update samples
530 B
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] |