William Cheng 9377dbca56
Add "decimal" support (#7808)
* rename BigDecimal to decimal

* add isDecimal

* fix tests

* minor fixes

* fix mapping, update doc

* update test spec

* update c# samples
2020-11-02 21:31:32 +08:00

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 Decimal [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]