forked from loafle/openapi-generator-original
* rename csharp-netcore to csharp * rename file * renmae modules/openapi-generator/src/main/resources/csharp-netcore * update samples * mv dir * update samples * rename csharp-netcore to csharp in appveyor.yml * update doc
1.6 KiB
1.6 KiB
Org.OpenAPITools.Model.User
Properties
Name | Type | Description | Notes |
---|---|---|---|
Id | long | [optional] | |
Username | string | [optional] | |
FirstName | string | [optional] | |
LastName | string | [optional] | |
string | [optional] | ||
Password | string | [optional] | |
Phone | string | [optional] | |
UserStatus | int | User Status | [optional] |
ObjectWithNoDeclaredProps | Object | test code generation for objects Value must be a map of strings to values. It cannot be the 'null' value. | [optional] |
ObjectWithNoDeclaredPropsNullable | Object | test code generation for nullable objects. Value must be a map of strings to values or the 'null' value. | [optional] |
AnyTypeProp | Object | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. See https://github.com/OAI/OpenAPI-Specification/issues/1389 | [optional] |
AnyTypePropNullable | Object | test code generation for any type Here the 'type' attribute is not specified, which means the value can be anything, including the null value, string, number, boolean, array or object. The 'nullable' attribute does not change the allowed values. | [optional] |