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

ProjectsLocationsDataExchangesQueryTemplatesListOptions

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

Additional options for AnalyticsHub#projectsLocationsDataExchangesQueryTemplatesList.

interface ProjectsLocationsDataExchangesQueryTemplatesListOptions {
pageSize?: number;
pageToken?: string;
}

§Properties

§
pageSize?: number
[src]

Optional. The maximum number of results to return in a single response page. Leverage the page tokens to iterate through the entire collection.

§
pageToken?: string
[src]

Optional. Page token, returned by a previous call, to request the next page of results.