ListSupportedServicesResponse
import type { ListSupportedServicesResponse } from "https://googleapis.deno.dev/v1/accesscontextmanager:v1.ts";A response to ListSupportedServicesRequest.
interface ListSupportedServicesResponse {
nextPageToken?: string;
supportedServices?: SupportedService[];
}