forked from loafle/openapi-generator-original
* cJSON generate unformatted json to save memory during large objects handling * update sample * add option to use cjson print unforamtted in client * remove unused test template files * add new samples * update workflow * update doc * fix model filename * fix inclulde --------- Co-authored-by: Hemant Zope <42613258+zhemant@users.noreply.github.com> Co-authored-by: Hemant Zope <hemantzope2008@gmail.com>
634 B
634 B
user_t
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | long | [optional] | |
username | char * | [optional] | |
first_name | char * | [optional] | |
last_name | char * | [optional] | |
char * | [optional] | ||
password | char * | [optional] | |
phone | char * | [optional] | |
user_status | int | User Status | [optional] |