[−][src]Function dropbox_sdk::files::create_folder_batch_check
pub fn create_folder_batch_check(
client: &dyn HttpClient,
arg: &PollArg
) -> Result<Result<CreateFolderBatchJobStatus, PollError>>
Returns the status of an asynchronous job for create_folder_batch()
. If
success, it returns list of result for each entry.