mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-21 09:57:10 +00:00
add apache 2.0 license to perl api client
This commit is contained in:
17
samples/client/petstore/perl/docs/ArrayTest.md
Normal file
17
samples/client/petstore/perl/docs/ArrayTest.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# WWW::SwaggerClient::Object::ArrayTest
|
||||
|
||||
## Load the model package
|
||||
```perl
|
||||
use WWW::SwaggerClient::Object::ArrayTest;
|
||||
```
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**array_of_string** | **ARRAY[string]** | | [optional]
|
||||
**array_array_of_integer** | **ARRAY[ARRAY[int]]** | | [optional]
|
||||
**array_array_of_model** | **ARRAY[ARRAY[ReadOnlyFirst]]** | | [optional]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user