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

ProjectsIndexesListOptions

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

Additional options for Datastore#projectsIndexesList.

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

§Properties

§
filter?: string
[src]
§
pageSize?: number
[src]

The maximum number of items to return. If zero, then all results will be returned.

§
pageToken?: string
[src]

The next_page_token value returned from a previous List request, if any.