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

ProjectsLocationsJobsGetOptions

import type { ProjectsLocationsJobsGetOptions } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Additional options for Dataflow#projectsLocationsJobsGet.

interface ProjectsLocationsJobsGetOptions {
view?:
| "JOB_VIEW_UNKNOWN"
| "JOB_VIEW_SUMMARY"
| "JOB_VIEW_ALL"
| "JOB_VIEW_DESCRIPTION";
}

§Properties

§
view?: "JOB_VIEW_UNKNOWN" | "JOB_VIEW_SUMMARY" | "JOB_VIEW_ALL" | "JOB_VIEW_DESCRIPTION"
[src]

The level of information requested in response.