public sealed class RecordCondition : IMessage<RecordCondition>, IEquatable<RecordCondition>, IDeepCloneable<RecordCondition>, IBufferMessage, IMessage
A condition for determining whether a transformation should be applied to
a field.
[[["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-04-09 UTC."],[[["This page details the `RecordCondition` class within the `Google.Cloud.Dlp.V2` namespace, which is used to determine if a field transformation should be applied."],["The latest version available for `RecordCondition` is 4.16.0, with versions ranging down to 2.15.0 also listed."],["The `RecordCondition` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`RecordCondition` has inherited members from `Object`, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class includes a property named `Expressions`, of the type `RecordCondition.Types.Expressions`, which holds an expression."]]],[]]