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