FolderCopyOperationParameters¶
Operation parameters for folder copy operations
Properties¶
Name | Type | Description | Notes |
---|---|---|---|
source_folder_urn | str | The Urn of the source folder for the copy operation | [optional] |
target_folder_urn | str | The Urn of the target folder for the copy operation | [optional] |
destination_folder_name | str | The folder name for the copied folder | [optional] |
metadata_to_copy | list[str] | [optional] | |
duplicate_file_action | str | [optional] | |
copy_uploaded_files_only | bool | [optional] | |
source_folder_id | str | [optional] | |
target_folder_id | str | The Id of the Target Parent Folder where the actual folder is copied | [optional] |
destination_folder_id | str | The Id of the actual folder copied under the Target Folder | [optional] |
metadata_to_update | object | [optional] | |
metadata_items_to_add | object | [optional] | |
metadata_items_to_delete | object | [optional] |