mirror of
https://github.com/immich-app/immich.git
synced 2026-01-07 02:23:54 -08:00
feat(server) Tagging system (#1046)
This commit is contained in:
27
mobile/openapi/doc/UserEntity.md
generated
Normal file
27
mobile/openapi/doc/UserEntity.md
generated
Normal file
@@ -0,0 +1,27 @@
|
||||
# openapi.model.UserEntity
|
||||
|
||||
## Load the model package
|
||||
```dart
|
||||
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**](DateTime.md) | | [optional]
|
||||
**tags** | [**List<TagEntity>**](TagEntity.md) | | [default to const []]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user