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

ListToolsetsResponse

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

Response message for AgentService.ListToolsets.

interface ListToolsetsResponse {
nextPageToken?: string;
toolsets?: Toolset[];
}

§Properties

§
nextPageToken?: string
[src]

A token that can be sent as ListToolsetsRequest.page_token to retrieve the next page. Absence of this field indicates there are no subsequent pages.

§
toolsets?: Toolset[]
[src]

The list of toolsets.