ListResourcesResponse
import type { ListResourcesResponse } from "https://googleapis.deno.dev/v1/connectors:v2.ts";
interface ListResourcesResponse {
metadata?: {};
[key: string]: {};
[key: string]: any;
nextPageToken?: string;
resources?: Resource[];
}