pub type CopyBatchArg = RelocationBatchArgBase;Available on crate features 
sync_routes and dbx_files only.Aliased Type§
struct CopyBatchArg {
    pub entries: Vec<RelocationPath>,
    pub autorename: bool,
}Fields§
§entries: Vec<RelocationPath>List of entries to be moved or copied. Each entry is RelocationPath.
autorename: boolIf there’s a conflict with any file, have the Dropbox server try to autorename that file to avoid the conflict.