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/config:v1.ts";

A response to a 'ListResources' call. Contains a list of Resources.

interface ListResourcesResponse {
nextPageToken?: string;
resources?: Resource[];
unreachable?: string[];
}

§Properties

§
nextPageToken?: string
[src]

A token to request the next page of resources from the 'ListResources' method. The value of an empty string means that there are no more resources to return.

§
resources?: Resource[]
[src]

List of Resourcess.

§
unreachable?: string[]
[src]

Locations that could not be reached.