[csharp] Fixed data type issues (#13541)

* fixed data type issues

* reverted a change
This commit is contained in:
devhl-labs
2022-10-03 10:08:28 -04:00
committed by GitHub
parent c30ae752a0
commit 0581d81eaa
46 changed files with 320 additions and 225 deletions

View File

@@ -6,7 +6,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**JustSymbol** | **string** | | [optional]
**ArrayEnum** | **List<string>** | | [optional]
**ArrayEnum** | **List<EnumArrays.ArrayEnumEnum>** | | [optional]
[[Back to Model list]](../README.md#documentation-for-models)
[[Back to API list]](../README.md#documentation-for-api-endpoints)

View File

@@ -6,7 +6,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**MapMapOfString** | **Dictionary<string, Dictionary<string, string>>** | | [optional]
**MapOfEnumString** | **Dictionary<string, string>** | | [optional]
**MapOfEnumString** | **Dictionary<string, MapTest.InnerEnum>** | | [optional]
**DirectMap** | **Dictionary<string, bool>** | | [optional]
**IndirectMap** | **Dictionary<string, bool>** | | [optional]