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;
}import type { LaunchTemplateResponse } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";Response to the request to launch a template.