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

GoogleCloudAiplatformV1ListEndpointsResponse

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

Response message for EndpointService.ListEndpoints.

interface GoogleCloudAiplatformV1ListEndpointsResponse {
nextPageToken?: string;
}

§Properties

§

List of Endpoints in the requested page.

§
nextPageToken?: string
[src]

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