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

GoogleCloudRecommenderV1InsightTypeGenerationConfig

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

A configuration to customize the generation of insights. Eg, customizing the lookback period considered when generating a insight.

interface GoogleCloudRecommenderV1InsightTypeGenerationConfig {
params?: {
[key: string]: any;
}
;
}

§Properties

§
params?: {
[key: string]: any;
}
[src]

Parameters for this InsightTypeGenerationConfig. These configs can be used by or are applied to all subtypes.