Skip to content

FolderMoveOperationParameters

Operation parameters for folder move operations

Properties

Name Type Description Notes
source_folder_urn str The Urn of the source folder for the move operation [optional]
target_folder_urn str The Urn of the target folder for the move operation [optional]
source_folder_id str [optional]
target_folder_id str The Id of the Target Parent Folder where the actual folder is moved [optional]
destination_folder_id str The Id of the actual folder moved under the Target Folder [optional]
source_volume_id str [optional]
original_source_object_store_location_prefix str [optional]
destination_object_store_location str [optional]
original_source_path str [optional]
metadata_to_copy list[str] [optional]
metadata_to_update object [optional]
metadata_items_to_add object [optional]
metadata_items_to_delete object [optional]

[Back to Model list] [Back to API list] [Back to README]