Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.04 KB

File metadata and controls

23 lines (18 loc) · 1.04 KB

openapi.model.User

Load the model package

import 'package:gitea_openapi/api.dart';

Properties

Name Type Description Notes
avatarUrl String URL to the user's avatar [optional] [default to null]
created DateTime [optional] [default to null]
email String [optional] [default to null]
fullName String the user's full name [optional] [default to null]
id int the user's id [optional] [default to null]
isAdmin bool Is the user an administrator [optional] [default to null]
language String User locale [optional] [default to null]
lastLogin DateTime [optional] [default to null]
login String the user's username [optional] [default to null]

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