[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:
devhl-labs
2024-03-18 01:02:26 -04:00
committed by GitHub
parent 669651fcb2
commit da1187fc8d
158 changed files with 2110 additions and 1307 deletions

View File

@@ -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)