forked from loafle/openapi-generator-original
* generator for dart jaguar * migrate to openapi-generator * fix locale issue * add auth generation for dart jaguar * fix generation of jaguar api with auth (#1009) * update deps (#1016) * add CI tests for dart jaguar * update dart jaguar bin script * trigger build failure * Revert "trigger build failure" This reverts commit a7d8bfd47a93f0903932aeff4afefeb7aa4c5c4a.
846 B
846 B
openapi.model.User
Load the model package
import 'package:openapi/api.dart';
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | int | [optional] [default to null] | |
username | String | [optional] [default to null] | |
firstName | String | [optional] [default to null] | |
lastName | String | [optional] [default to null] | |
String | [optional] [default to null] | ||
password | String | [optional] [default to null] | |
phone | String | [optional] [default to null] | |
userStatus | int | User Status | [optional] [default to null] |