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

GoogleCloudRecommenderV1RecommendationStateInfo

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

Information for state. Contains state and metadata.

interface GoogleCloudRecommenderV1RecommendationStateInfo {
state?:
| "STATE_UNSPECIFIED"
| "ACTIVE"
| "CLAIMED"
| "SUCCEEDED"
| "FAILED"
| "DISMISSED";
stateMetadata?: {
[key: string]: string;
}
;
}

§Properties

§
state?: "STATE_UNSPECIFIED" | "ACTIVE" | "CLAIMED" | "SUCCEEDED" | "FAILED" | "DISMISSED"
[src]

The state of the recommendation, Eg ACTIVE, SUCCEEDED, FAILED.

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

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