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

ProjectsLocationsBindingsListOptions

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

Additional options for AgentRegistry#projectsLocationsBindingsList.

interface ProjectsLocationsBindingsListOptions {
filter?: string;
orderBy?: string;
pageSize?: number;
pageToken?: string;
}

§Properties

§
filter?: string
[src]

Optional. A query string used to filter the list of bindings returned. The filter expression must follow AIP-160 syntax.

§
orderBy?: string
[src]

Optional. Hint for how to order the results

§
pageSize?: number
[src]

Optional. Requested page size. Server may return fewer items than requested. Page size is 500 if unspecified and is capped at 500 even if a larger value is given.

§
pageToken?: string
[src]

Optional. A token identifying a page of results the server should return.