ProjectsLocationsAgentsListOptions
import type { ProjectsLocationsAgentsListOptions } from "https://googleapis.deno.dev/v1/agentregistry:v1alpha.ts";Additional options for AgentRegistry#projectsLocationsAgentsList.
interface ProjectsLocationsAgentsListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}