FileListMoveRequest
Properties
Name |
Type |
Description |
Notes |
source_volume_id |
str |
The volume where the source files are moved from. |
|
destination_folder_id |
str |
The folder into which the source files will be moved. |
|
ids |
list[str] |
List of files ids to moved |
|
metadata_to_copy |
list[str] |
List of metadata to be copied/kept |
[optional] |
metadata_to_update |
object |
Modifies the contents of existing metadata |
[optional] |
metadata_items_to_add |
object |
Add an item to a metadata with array type |
[optional] |
metadata_items_to_delete |
object |
Delete an item from a metadata with array type |
[optional] |
[Back to Model list] [Back to API list] [Back to README]