OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
|
|
|
||
|
|
|
||
|
|
# User
|
||
|
|
|
||
|
|
A User who is purchasing from the pet store
|
||
|
|
|
||
|
|
## 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** | **Integer** | User Status | [optional] |
|
||
|
|
|
||
|
|
|
||
|
|
|