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

GoogleDatastoreAdminV1ListIndexesResponse

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

The response for google.datastore.admin.v1.DatastoreAdmin.ListIndexes.

interface GoogleDatastoreAdminV1ListIndexesResponse {
nextPageToken?: string;
}

§Properties

§

The indexes.

§
nextPageToken?: string
[src]

The standard List next-page token.