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

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[];
}

§Properties

§
metadata?: {
[key: string]: {
[key: string]: any;
}
;
}
[src]

Metadata like service latency, etc.

§
nextPageToken?: string
[src]

Next page token if more resources available.

§
resources?: Resource[]
[src]

List of available resources.