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

GoogleCloudAiplatformV1ListMetadataSchemasResponse

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

Response message for MetadataService.ListMetadataSchemas.

interface GoogleCloudAiplatformV1ListMetadataSchemasResponse {
nextPageToken?: string;
}

§Properties

§

The MetadataSchemas found for the MetadataStore.

§
nextPageToken?: string
[src]

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