Files
openapi-generator/samples/client/petstore/perl/docs/ArrayTest.md
2016-06-28 16:37:33 +08:00

653 B

WWW::SwaggerClient::Object::ArrayTest

Load the model package

use WWW::SwaggerClient::Object::ArrayTest;

Properties

Name Type Description Notes
array_of_string ARRAY[string] [optional]
array_array_of_integer ARRAY[ARRAY[int]] [optional]
array_array_of_model ARRAY[ARRAY[ReadOnlyFirst]] [optional]
array_of_enum ARRAY[string] [optional]

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