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

ListQueryTemplatesResponse

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

Message for response to the list of QueryTemplates.

interface ListQueryTemplatesResponse {
nextPageToken?: string;
queryTemplates?: QueryTemplate[];
}

§Properties

§
nextPageToken?: string
[src]

A token to request the next page of results.

§
queryTemplates?: QueryTemplate[]
[src]

The list of QueryTemplates.