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

LaunchTemplateResponse

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

Response to the request to launch a template.

interface LaunchTemplateResponse {
job?: Job;
}

§Properties

§
job?: Job
[src]

The job that was launched, if the request was not a dry run and the job was successfully launched.