Function dropbox_sdk::files::move_batch_check_v2 [−][src]
pub fn move_batch_check_v2(
client: &impl UserAuthClient,
arg: &PollArg
) -> Result<Result<RelocationBatchV2JobStatus, PollError>>
This is supported on crate feature
dbx_files
only.Returns the status of an asynchronous job for move_batch_v2()
. It returns
list of results for each entry.