forked from loafle/openapi-generator-original
update c# petstore samples
This commit is contained in:
parent
bbb901549f
commit
e733bfa67d
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
**ClassName** | **string** | |
|
||||||
|
**Color** | **string** | | [optional] [default to "red"]
|
||||||
**Declawed** | **bool?** | | [optional]
|
**Declawed** | **bool?** | | [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)
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||||
|
@ -3,6 +3,8 @@
|
|||||||
|
|
||||||
Name | Type | Description | Notes
|
Name | Type | Description | Notes
|
||||||
------------ | ------------- | ------------- | -------------
|
------------ | ------------- | ------------- | -------------
|
||||||
|
**ClassName** | **string** | |
|
||||||
|
**Color** | **string** | | [optional] [default to "red"]
|
||||||
**Breed** | **string** | | [optional]
|
**Breed** | **string** | | [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)
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||||
|
@ -58,7 +58,6 @@ namespace IO.Swagger.Model
|
|||||||
{
|
{
|
||||||
var sb = new StringBuilder();
|
var sb = new StringBuilder();
|
||||||
sb.Append("class Cat {\n");
|
sb.Append("class Cat {\n");
|
||||||
|
|
||||||
sb.Append(" ").Append(base.ToString().Replace("\n", "\n ")).Append("\n");
|
sb.Append(" ").Append(base.ToString().Replace("\n", "\n ")).Append("\n");
|
||||||
sb.Append(" Declawed: ").Append(Declawed).Append("\n");
|
sb.Append(" Declawed: ").Append(Declawed).Append("\n");
|
||||||
sb.Append("}\n");
|
sb.Append("}\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user