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

ProjectsLocationsSessionTemplatesListOptions

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

Additional options for Dataproc#projectsLocationsSessionTemplatesList.

interface ProjectsLocationsSessionTemplatesListOptions {
filter?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. A filter for the session templates to return in the response. Filters are case sensitive and have the following syntax:field = value AND field = value ...

§
pageSize?: number
[src]

Optional. The maximum number of sessions to return in each response. The service may return fewer than this value.

§
pageToken?: string
[src]

Optional. A page token received from a previous ListSessions call. Provide this token to retrieve the subsequent page.