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

GoogleCloudApihubV1SearchResourcesResponse

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

Response for the SearchResources method.

interface GoogleCloudApihubV1SearchResourcesResponse {
nextPageToken?: string;
}

§Properties

§
nextPageToken?: string
[src]

Pass this token in the SearchResourcesRequest to continue to list results. If all results have been returned, this field is an empty string or not present in the response.

§

List of search results according to the filter and search query specified. The order of search results represents the ranking.