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

GoogleCloudRecommenderV1ListInsightsResponse

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

Response to the ListInsights method.

interface GoogleCloudRecommenderV1ListInsightsResponse {
nextPageToken?: string;
}

§Properties

§

The set of insights for the parent resource.

§
nextPageToken?: string
[src]

A token that can be used to request the next page of results. This field is empty if there are no additional results.