mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
913 B
913 B
openapi.model.AssetCopyDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| albums | Optional<bool?> | Copy album associations | [optional] [default to true] |
| favorite | Optional<bool?> | Copy favorite status | [optional] [default to true] |
| sharedLinks | Optional<bool?> | Copy shared links | [optional] [default to true] |
| sidecar | Optional<bool?> | Copy sidecar file | [optional] [default to true] |
| sourceId | String | Source asset ID | |
| stack | Optional<bool?> | Copy stack association | [optional] [default to true] |
| targetId | String | Target asset ID |