forked from loafle/openapi-generator-original
* Support required nullable properties on java okhttp-gson generator * regen client after merge * covering cases * nullable - true ; required - true * nullable - false ; required - true * nullable - true ; required - false * nullable - false ; required - false
543 B
543 B
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] | |
| String | [optional] | ||
| password | String | [optional] | |
| phone | String | [optional] | |
| userStatus | Integer | User Status | [optional] |