forked from loafle/openapi-generator-original
* rename BigDecimal to decimal * add isDecimal * fix tests * minor fixes * fix mapping, update doc * update test spec * update c# samples
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 | 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] |