mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
Merge remote-tracking branch 'origin/main' into feat/yucca-integration
This commit is contained in:
commit
cee387cfdd
2215 changed files with 71156 additions and 374839 deletions
26
mobile/openapi/doc/SyncMemoryV1.md
Normal file
26
mobile/openapi/doc/SyncMemoryV1.md
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
# openapi.model.SyncMemoryV1
|
||||
|
||||
## Load the model package
|
||||
```dart
|
||||
import 'package:openapi/api.dart';
|
||||
```
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**createdAt** | [**DateTime**](DateTime.md) | Created at |
|
||||
**data** | **Map<String, Object>** | Data | [default to const {}]
|
||||
**deletedAt** | [**DateTime**](DateTime.md) | Deleted at |
|
||||
**hideAt** | [**DateTime**](DateTime.md) | Hide at |
|
||||
**id** | **String** | Memory ID |
|
||||
**isSaved** | **bool** | Is saved |
|
||||
**memoryAt** | [**DateTime**](DateTime.md) | Memory at |
|
||||
**ownerId** | **String** | Owner ID |
|
||||
**seenAt** | [**DateTime**](DateTime.md) | Seen at |
|
||||
**showAt** | [**DateTime**](DateTime.md) | Show at |
|
||||
**type** | [**MemoryType**](MemoryType.md) | |
|
||||
**updatedAt** | [**DateTime**](DateTime.md) | Updated at |
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue