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

GoogleCloudPolicytroubleshooterIamV3ConditionExplanationEvaluationState

import type { GoogleCloudPolicytroubleshooterIamV3ConditionExplanationEvaluationState } from "https://googleapis.deno.dev/v1/policytroubleshooter:v3.ts";

Evaluated state of a condition expression.

interface GoogleCloudPolicytroubleshooterIamV3ConditionExplanationEvaluationState {
end?: number;
errors?: GoogleRpcStatus[];
start?: number;
value?: any;
}

§Properties

§
end?: number
[src]

End position of an expression in the condition, by character, end included, for example: the end position of the first part of a==b || c==d would be 4.

§

Any errors that prevented complete evaluation of the condition expression.

§
start?: number
[src]

Start position of an expression in the condition, by character.

§
value?: any
[src]

Value of this expression.