add new perl petstore files

This commit is contained in:
wing328
2016-08-28 16:02:09 +08:00
parent 72d0cd7eb4
commit 598c21b06e
24 changed files with 2022 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# WWW::SwaggerClient::Object::ArrayOfArrayOfNumberOnly
## Load the model package
```perl
use WWW::SwaggerClient::Object::ArrayOfArrayOfNumberOnly;
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**array_array_number** | **ARRAY[ARRAY[Number]]** | | [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)

View File

@@ -0,0 +1,15 @@
# WWW::SwaggerClient::Object::ArrayOfNumberOnly
## Load the model package
```perl
use WWW::SwaggerClient::Object::ArrayOfNumberOnly;
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**array_number** | [**ARRAY[Number]**](Number.md) | | [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)

View File

@@ -0,0 +1,15 @@
# WWW::SwaggerClient::Object::Client
## Load the model package
```perl
use WWW::SwaggerClient::Object::Client;
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**client** | **string** | | [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)

View File

@@ -0,0 +1,16 @@
# WWW::SwaggerClient::Object::EnumArrays
## Load the model package
```perl
use WWW::SwaggerClient::Object::EnumArrays;
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**just_symbol** | **string** | | [optional]
**array_enum** | **ARRAY[string]** | | [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)

View File

@@ -0,0 +1,16 @@
# WWW::SwaggerClient::Object::HasOnlyReadOnly
## Load the model package
```perl
use WWW::SwaggerClient::Object::HasOnlyReadOnly;
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**bar** | **string** | | [optional]
**foo** | **string** | | [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)

View File

@@ -0,0 +1,15 @@
# WWW::SwaggerClient::Object::List
## Load the model package
```perl
use WWW::SwaggerClient::Object::List;
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_123_list** | **string** | | [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)

View File

@@ -0,0 +1,16 @@
# WWW::SwaggerClient::Object::MapTest
## Load the model package
```perl
use WWW::SwaggerClient::Object::MapTest;
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**map_map_of_string** | **HASH[string,HASH[string,string]]** | | [optional]
**map_of_enum_string** | **HASH[string,string]** | | [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)

View File

@@ -0,0 +1,15 @@
# WWW::SwaggerClient::Object::NumberOnly
## Load the model package
```perl
use WWW::SwaggerClient::Object::NumberOnly;
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**just_number** | [**Number**](Number.md) | | [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)