mirror of
https://github.com/immich-app/immich.git
synced 2024-12-04 10:34:56 +02:00
fe4b307fe6
* delete and restore user from admin UI * addressed review comments and fix e2e test * added cron job to delete user, and some formatting changes * addressed review comments * adding missing queue registration
695 B
695 B
openapi.model.UserResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | String | ||
String | |||
firstName | String | ||
lastName | String | ||
createdAt | String | ||
profileImagePath | String | ||
shouldChangePassword | bool | ||
isAdmin | bool | ||
deletedAt | DateTime |