mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
777 B
777 B
openapi.model.SyncUserV1
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| avatarColor | Optional<UserAvatarColor?> | [optional] | |
| deletedAt | DateTime | User deleted at | |
| String | User email | ||
| hasProfileImage | bool | User has profile image | |
| id | String | User ID | |
| name | String | User name | |
| profileChangedAt | DateTime | User profile changed at |