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

ListAgentPoolsResponse

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

Response from ListAgentPools.

interface ListAgentPoolsResponse {
agentPools?: AgentPool[];
nextPageToken?: string;
}

§Properties

§
agentPools?: AgentPool[]
[src]

A list of agent pools.

§
nextPageToken?: string
[src]

The list next page token.