ListBindingsResponseCopyimport type { ListBindingsResponse } from "https://googleapis.deno.dev/v1/agentregistry:v1.ts";Message for response to listing Bindings interface ListBindingsResponse {bindings?: Binding[];nextPageToken?: string;}§Properties§bindings?: Binding[][src]The list of Binding resources matching the parent and filter criteria in the request. Each Binding resource follows the format: projects/{project}/locations/{location}/bindings/{binding}. §nextPageToken?: string[src]A token identifying a page of results the server should return. Used in page_token.