William Cheng 1efeb92f6b
Migrate Perl samples to use OAS v3 spec (#6490)
* update perl samples to use oas3

* test perl in travis ci

* fix uri query

* fix comment

* fix bearer token

* fix add pet

* update body to pet
2020-05-30 17:00:22 +08:00

1.1 KiB

WWW::OpenAPIClient::Object::FormatTest

Load the model package

use WWW::OpenAPIClient::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
pattern_with_digits string A string that is a 10 digit number. Can have leading zeros. [optional]
pattern_with_digits_and_delimiter string A string starting with 'image_' (case insensitive) and one to three digits following i.e. Image_01. [optional]

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