Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

JobResult

import type { JobResult } from "https://googleapis.deno.dev/v1/jobs:v4.ts";

Mutation result of a job from a batch operation.

interface JobResult {
job?: Job;
status?: Status;
}

§Properties

§
job?: Job
[src]

Here Job only contains basic information including name, company, language_code and requisition_id, use getJob method to retrieve detailed information of the created/updated job.

§
status?: Status
[src]

The status of the job processed. This field is populated if the processing of the job fails.