mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
1,021 B
1,021 B
openapi.model.MemoryCreateDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| assetIds | Optional<List?> | Asset IDs to associate with memory | [optional] [default to const []] |
| data | OnThisDayDto | ||
| hideAt | Optional<DateTime?> | Date when memory should be hidden | [optional] |
| isSaved | Optional<bool?> | Is memory saved | [optional] |
| memoryAt | DateTime | Memory date | |
| seenAt | Optional<DateTime?> | Date when memory was seen | [optional] |
| showAt | Optional<DateTime?> | Date when memory should be shown | [optional] |
| type | MemoryType |