forked from loafle/openapi-generator-original
17 lines
874 B
Markdown
17 lines
874 B
Markdown
# ./Models.User
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**id** | [**Long**](long.md) | | [optional] [default to null]
|
|
**username** | [**String**](string.md) | | [optional] [default to null]
|
|
**firstName** | [**String**](string.md) | | [optional] [default to null]
|
|
**lastName** | [**String**](string.md) | | [optional] [default to null]
|
|
**email** | [**String**](string.md) | | [optional] [default to null]
|
|
**password** | [**String**](string.md) | | [optional] [default to null]
|
|
**phone** | [**String**](string.md) | | [optional] [default to null]
|
|
**userStatus** | [**Integer**](integer.md) | User Status | [optional] [default to null]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|