add apache 2.0 license to perl api client

This commit is contained in:
wing328
2016-06-10 22:43:56 +08:00
parent 5ea2e2f1a2
commit 7de95c52c1
67 changed files with 3562 additions and 417 deletions

View 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)