mirror of
https://github.com/immich-app/immich.git
synced 2025-11-01 11:07:11 -04:00
* feat: user storage label * chore: open api * fix: checks * fix: api update validation and tests * feat: default admin storage label * fix: linting * fix: user create/update dto * fix: delete library with custom label
817 B
Generated
817 B
Generated
openapi.model.UserResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | ||
| String | |||
| firstName | String | ||
| lastName | String | ||
| storageLabel | String | ||
| createdAt | String | ||
| profileImagePath | String | ||
| shouldChangePassword | bool | ||
| isAdmin | bool | ||
| deletedAt | DateTime | [optional] | |
| updatedAt | String | [optional] | |
| oauthId | String |