Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 838 Bytes

File metadata and controls

22 lines (17 loc) · 838 Bytes

openapi.model.CreateUserOption

Load the model package

import 'package:gitea_openapi/api.dart';

Properties

Name Type Description Notes
email String [default to null]
fullName String [optional] [default to null]
loginName String [optional] [default to null]
mustChangePassword bool [optional] [default to null]
password String [default to null]
sendNotify bool [optional] [default to null]
sourceId int [optional] [default to null]
username String [default to null]

[Back to Model list] [Back to API list] [Back to README]