Function fetch_bulk_job

Source
pub fn fetch_bulk_job(
    http_client: &Client,
    access_token: &str,
    n_jobs: usize,
) -> Result<Vec<Job>>