Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 685 Bytes

UserStore.md

File metadata and controls

19 lines (14 loc) · 685 Bytes

openapi.model.UserStore

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
name String The name of the user
email String The email address of the user
password String The password of the user
passwordConfirmation String The password of the user
isAdmin bool Grant or deny administrator permissions to the user

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