# openapi.model.AssetCopyDto ## Load the model package ```dart import 'package:openapi/api.dart'; ``` ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **albums** | **Optional** | Copy album associations | [optional] [default to true] **favorite** | **Optional** | Copy favorite status | [optional] [default to true] **sharedLinks** | **Optional** | Copy shared links | [optional] [default to true] **sidecar** | **Optional** | Copy sidecar file | [optional] [default to true] **sourceId** | **String** | Source asset ID | **stack** | **Optional** | 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)