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

GoogleCloudRecommenderV1InsightStateInfo

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

Information related to insight state.

interface GoogleCloudRecommenderV1InsightStateInfo {
state?:
| "STATE_UNSPECIFIED"
| "ACTIVE"
| "ACCEPTED"
| "DISMISSED";
stateMetadata?: {
[key: string]: string;
}
;
}

§Properties

§
state?: "STATE_UNSPECIFIED" | "ACTIVE" | "ACCEPTED" | "DISMISSED"
[src]

Insight state.

§
stateMetadata?: {
[key: string]: string;
}
[src]

A map of metadata for the state, provided by user or automations systems.