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

ListWorkflowTemplatesResponse

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

A response to a request to list workflow templates in a project.

interface ListWorkflowTemplatesResponse {
readonly nextPageToken?: string;
readonly templates?: WorkflowTemplate[];
readonly unreachable?: string[];
}

§Properties

§
readonly nextPageToken?: string
[src]

Output only. This token is included in the response if there are more results to fetch. To fetch additional results, provide this value as the page_token in a subsequent ListWorkflowTemplatesRequest.

§
readonly templates?: WorkflowTemplate[]
[src]

Output only. WorkflowTemplates list.

§
readonly unreachable?: string[]
[src]

Output only. List of workflow templates that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.