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::MixedPropertiesAndAdditionalPropertiesClass
## Load the model package
```perl
use WWW::SwaggerClient::Object::MixedPropertiesAndAdditionalPropertiesClass;
```
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**uuid** | [**UUID**](UUID.md) | | [optional]
**date_time** | **DateTime** | | [optional]
**map** | [**HASH[string,Animal]**](Animal.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)