mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07:00
661409bac7
* feat: create person dto * chore: open api * fix: e2e * fix: web usage
638 B
Generated
638 B
Generated
openapi.model.PersonCreateDto
Load the model package
import 'package:openapi/api.dart';
Properties
Name | Type | Description | Notes |
---|---|---|---|
birthDate | DateTime | Person date of birth. Note: the mobile app cannot currently set the birth date to null. | [optional] |
isHidden | bool | Person visibility | [optional] |
name | String | Person name. | [optional] |