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

ConditionEvaluation

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

The condition evaluation.

interface ConditionEvaluation {
evaluationValue?:
| "EVALUATION_VALUE_UNSPECIFIED"
| "TRUE"
| "FALSE"
| "CONDITIONAL";
}

§Properties

§
evaluationValue?: "EVALUATION_VALUE_UNSPECIFIED" | "TRUE" | "FALSE" | "CONDITIONAL"
[src]

The evaluation result.