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

ProjectsLocationsJobsCreateOptions

import type { ProjectsLocationsJobsCreateOptions } from "https://googleapis.deno.dev/v1/run:v2.ts";

Additional options for Run#projectsLocationsJobsCreate.

interface ProjectsLocationsJobsCreateOptions {
jobId?: string;
validateOnly?: boolean;
}

§Properties

§
jobId?: string
[src]

Required. The unique identifier for the Job. The name of the job becomes {parent}/jobs/{job_id}.

§
validateOnly?: boolean
[src]

Indicates that the request should be validated and default values populated, without persisting the request or creating any resources.