mirror of
https://github.com/immich-app/immich.git
synced 2025-01-01 11:37:06 +02:00
cd0e537e3e
* feat: persistent memories * refactor: use new add/remove asset utility
18 lines
539 B
Markdown
Generated
18 lines
539 B
Markdown
Generated
# openapi.model.MemoryUpdateDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**isSaved** | **bool** | | [optional]
|
|
**memoryAt** | [**DateTime**](DateTime.md) | | [optional]
|
|
**seenAt** | [**DateTime**](DateTime.md) | | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|