forked from loafle/openapi-generator-original
1.2 KiB
1.2 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] | |
decimal | double | [optional] | |
string | string | [optional] | |
byte | string | ||
binary | string | [optional] | |
date | DATE | ||
date_time | DATE_TIME | [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] |