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

ListEndpointsResponse

import type { ListEndpointsResponse } from "https://googleapis.deno.dev/v1/agentregistry:v1alpha.ts";

Message for response to listing Endpoints

interface ListEndpointsResponse {
endpoints?: Endpoint[];
nextPageToken?: string;
}

§Properties

§
endpoints?: Endpoint[]
[src]

The list of Endpoint resources matching the parent and filter criteria in the request. Each Endpoint resource follows the format: projects/{project}/locations/{location}/endpoints/{endpoint}.

§
nextPageToken?: string
[src]

A token identifying a page of results the server should return. Used in page_token.