mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +00:00
888 B
Generated
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 | ||
| String | |||
| password | String | [optional] | |
| salt | String | [optional] | |
| oauthId | String | ||
| profileImagePath | String | ||
| shouldChangePassword | bool | ||
| createdAt | String | ||
| deletedAt | DateTime | [optional] | |
| tags | List | [default to const []] |