mirror of
https://github.com/immich-app/immich.git
synced 2025-01-06 11:56:46 +01:00
32e7cfea3d
* fix(server): stacked assets for full sync, userIds as array for delta sync * refactor(server): sync * fix getDeltaSync after partner removal --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
16 lines
494 B
Markdown
Generated
16 lines
494 B
Markdown
Generated
# openapi.model.AssetDeltaSyncDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**updatedAfter** | [**DateTime**](DateTime.md) | |
|
|
**userIds** | **List<String>** | | [default to const []]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|