Files
immich/mobile/openapi/doc/UserEntity.md
2022-12-05 11:56:44 -06:00

888 B
Generated

openapi.model.UserEntity

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
id String
firstName String
lastName String
isAdmin bool
email String
password String [optional]
salt String [optional]
oauthId String
profileImagePath String
shouldChangePassword bool
createdAt String
deletedAt DateTime [optional]
tags List [default to const []]

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