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

JobMetadata

import type { JobMetadata } from "https://googleapis.deno.dev/v1/dataproc:v1.ts";

Job Operation metadata.

interface JobMetadata {
readonly jobId?: string;
readonly operationType?: string;
readonly startTime?: Date;
readonly status?: JobStatus;
}

§Properties

§
readonly jobId?: string
[src]

Output only. The job id.

§
readonly operationType?: string
[src]

Output only. Operation type.

§
readonly startTime?: Date
[src]

Output only. Job submission time.

§
readonly status?: JobStatus
[src]

Output only. Most recent job status.