GoogleCloudApihubV1SearchResourcesResponse
import type { GoogleCloudApihubV1SearchResourcesResponse } from "https://googleapis.deno.dev/v1/apihub:v1.ts";Response for the SearchResources method.
interface GoogleCloudApihubV1SearchResourcesResponse {
nextPageToken?: string;
searchResults?: GoogleCloudApihubV1SearchResult[];
}§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.
§
searchResults?: GoogleCloudApihubV1SearchResult[]
[src]List of search results according to the filter and search query specified. The order of search results represents the ranking.