mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
21 lines
913 B
Markdown
21 lines
913 B
Markdown
# openapi.model.AssetCopyDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
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 |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|