mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 13:10:53 +00:00
* ISSUE-13506 fix number value for default values when they are number * ISSUE-13506 test and sample update
585 B
585 B
ModelWithPropertyHavingDefault
Properties
Name | Type | Description | Notes |
---|---|---|---|
propertyInt | kotlin.Int | [optional] | |
propertyLong | kotlin.Long | [optional] | |
propertyFloat1 | kotlin.Float | [optional] | |
propertyFloat2 | kotlin.Float | [optional] | |
propertyFloat3 | kotlin.Float | [optional] | |
propertyDouble1 | kotlin.Double | [optional] | |
propertyDouble2 | kotlin.Double | [optional] | |
propertyDouble3 | kotlin.Double | [optional] |