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

GoogleCloudAiplatformV1ListIndexesResponse

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

Response message for IndexService.ListIndexes.

interface GoogleCloudAiplatformV1ListIndexesResponse {
nextPageToken?: string;
}

§Properties

§

List of indexes in the requested page.

§
nextPageToken?: string
[src]

A token to retrieve next page of results. Pass to ListIndexesRequest.page_token to obtain that page.