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

GoogleCloudAiplatformV1ListMetadataStoresResponse

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

Response message for MetadataService.ListMetadataStores.

interface GoogleCloudAiplatformV1ListMetadataStoresResponse {
nextPageToken?: string;
}

§Properties

§

The MetadataStores found for the Location.

§
nextPageToken?: string
[src]

A token, which can be sent as ListMetadataStoresRequest.page_token to retrieve the next page. If this field is not populated, there are no subsequent pages.