add new files

This commit is contained in:
wing328
2016-04-16 00:44:36 +08:00
parent 79decc53a1
commit 0b42b533d9
37 changed files with 1405 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# WWW::SwaggerClient::Object::ApiResponse
## Load the model package
```perl
use WWW::SwaggerClient::Object::ApiResponse;
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**code** | **int** | | [optional]
**type** | **string** | | [optional]
**message** | **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)