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

GoogleCloudRecommenderV1MarkRecommendationFailedRequest

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

Request for the MarkRecommendationFailed Method.

interface GoogleCloudRecommenderV1MarkRecommendationFailedRequest {
etag?: string;
stateMetadata?: {
[key: string]: string;
}
;
}

§Properties

§
etag?: string
[src]

Required. Fingerprint of the Recommendation. Provides optimistic locking.

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

State properties to include with this state. Overwrites any existing state_metadata. Keys must match the regex /^a-z0-9{0,62}$/. Values must match the regex /^[a-zA-Z0-9_./-]{0,255}$/.