mirror of
https://github.com/jlengrand/openapi-generator.git
synced 2026-05-09 08:31:21 +00:00
* Initial commit of Java 11 native HTTP client port * Rebase to master and add JSR305 for @Nullable * Update samples with @Nullable annotations
369 B
369 B
ArrayTest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| arrayOfString | List<String> | [optional] | |
| arrayArrayOfInteger | List<List<Long>> | [optional] | |
| arrayArrayOfModel | List<List<ReadOnlyFirst>> | [optional] |