William Cheng 7c67f731bc
Rename csharp-netcore to csharp (#15903)
* 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
2023-06-25 11:08:59 +08:00

1.6 KiB

Org.OpenAPITools.Model.User

Properties

Name Type Description Notes
Id long [optional]
Username string [optional]
FirstName string [optional]
LastName string [optional]
Email 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]

[Back to Model list] [Back to API list] [Back to README]