mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 11:47:05 +00:00
[csharp] Fixes incorrect property name (#18136)
* moved camel case lambda * renamed camel case lambda * reverted unintended change * fixed wrong property names * restored accidental file deletion * build samples
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Number** | **decimal** | | [optional]
|
||||
**VarFloat** | **float** | | [optional]
|
||||
**VarDouble** | **double** | | [optional]
|
||||
**Float** | **float** | | [optional]
|
||||
**Double** | **double** | | [optional]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user