mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 19:33:55 +00:00
13 lines
367 B
Markdown
13 lines
367 B
Markdown
|
|
||
|
# ArrayTest
|
||
|
|
||
|
## Properties
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**arrayOfString** | **List<String>** | | [optional]
|
||
|
**arrayArrayOfInteger** | [**List<List<Long>>**](List.md) | | [optional]
|
||
|
**arrayArrayOfModel** | [**List<List<ReadOnlyFirst>>**](List.md) | | [optional]
|
||
|
|
||
|
|
||
|
|