Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 728 Bytes

UserRead.md

File metadata and controls

20 lines (15 loc) · 728 Bytes

openapi.model.UserRead

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id int The user Id
name String The username
email String The user email
oauthProvider String The OAUTH provider for SSO, if relevant
preferences UserReadPreferences
isAdmin bool The user has administrator rights or not [default to false]

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