mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 02:18:50 -07:00
0d80ae3a91
* chore(server): avoid breaking changes * generate api * mobile app
913 B
Generated
913 B
Generated
openapi.model.UserResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
Name | Type | Description | Notes |
---|---|---|---|
createdAt | DateTime | ||
deletedAt | DateTime | ||
String | |||
externalPath | String | ||
firstName | String | ||
id | String | ||
isAdmin | bool | ||
lastName | String | ||
memoriesEnabled | bool | [optional] | |
oauthId | String | ||
profileImagePath | String | ||
shouldChangePassword | bool | ||
storageLabel | String | ||
updatedAt | DateTime |