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

SearchAllResourcesResponse

import type { SearchAllResourcesResponse } from "https://googleapis.deno.dev/v1/cloudasset:v1.ts";

Search all resources response.

interface SearchAllResourcesResponse {
nextPageToken?: string;
}

§Properties

§
nextPageToken?: string
[src]

If there are more results than those appearing in this response, then next_page_token is included. To get the next set of results, call this method again using the value of next_page_token as page_token.

§

A list of Resources that match the search query. It contains the resource standard metadata information.