William Cheng d7d994620c
Add multiple inheritance support to Perl client (#1681)
* add multiple inheritance support to perl client

* remove allof test from fake petstore
2018-12-17 15:28:20 +08:00

657 B

WWW::OpenAPIClient::Object::MapTest

Load the model package

use WWW::OpenAPIClient::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]
direct_map HASH[string,boolean] [optional]
indirect_map HASH[string,boolean] [optional]

[Back to Model list] [Back to API list] [Back to README]