William Cheng f353f60b89
Update Perl client samples (OAS2, OAS3) with various fixes (#204)
* update perl client with various fixes

* update perl petstore with oas3, tests passed
2018-04-23 17:49:48 +08:00

880 B

WWW::SwaggerClient::Object::FormatTest

Load the model package

use WWW::SwaggerClient::Object::FormatTest;

Properties

Name Type Description Notes
integer int [optional]
int32 int [optional]
int64 int [optional]
number double
float double [optional]
double double [optional]
string string [optional]
byte string
binary string [optional]
date DateTime
date_time DateTime [optional]
uuid string [optional]
password string

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