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

619 B

WWW::OpenAPIClient::Object::InlineObject2

Load the model package

use WWW::OpenAPIClient::Object::InlineObject2;

Properties

Name Type Description Notes
enum_form_string_array ARRAY[string] Form parameter enum test (string array) [optional]
enum_form_string string Form parameter enum test (string) [optional] [default to '-efg']

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