Update samples for C#/SwaggerClientWithPropertyChanged. (#5095)

This commit is contained in:
Paŭlo Ebermann
2017-03-18 10:08:17 +01:00
committed by wing328
parent 426660206d
commit 4706f4da3e
7 changed files with 396 additions and 7 deletions

View File

@@ -0,0 +1,14 @@
# IO.Swagger.Model.Capitalization
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**SmallCamel** | **string** | | [optional]
**CapitalCamel** | **string** | | [optional]
**SmallSnake** | **string** | | [optional]
**CapitalSnake** | **string** | | [optional]
**SCAETHFlowPoints** | **string** | | [optional]
**ATT_NAME** | **string** | Name of the pet | [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)