public sealed class ConditionExplanation.Types.EvaluationState : IMessage<ConditionExplanation.Types.EvaluationState>, IEquatable<ConditionExplanation.Types.EvaluationState>, IDeepCloneable<ConditionExplanation.Types.EvaluationState>, IBufferMessage, IMessage
Reference documentation and code samples for the Policy Troubleshooter v3 API class ConditionExplanation.Types.EvaluationState.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `ConditionExplanation.Types.EvaluationState` class within the Policy Troubleshooter v3 API, specifically in the `Google.Cloud.PolicyTroubleshooter.Iam.V3` namespace."],["The `ConditionExplanation.Types.EvaluationState` class represents the evaluated state of a condition expression, inheriting from `object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new `EvaluationState` objects, either empty or based on an existing `EvaluationState` object."],["Key properties of the `EvaluationState` class include `End` and `Start`, which indicate the character positions of the expression within the condition, `Errors` to identify any evaluation failures, and `Value` to represent the result of the expression."],["The document also mentions that this is for version 1.1.0 of the Policy Troubleshooter, but provides links to versions 1.0.0 and 1.2.0 for the `ConditionExplanation.Types.EvaluationState` class as well."]]],[]]