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."],[[["The latest version available for `RecordCondition` within the `Google.Cloud.Dlp.V2` namespace is 4.16.0, with multiple versions ranging from 2.15.0 to 4.16.0 also available."],["`RecordCondition` is a class used to define the conditions under which a transformation should be applied to a field, and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["`RecordCondition` inherits from the `Object` class and has inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The class `RecordCondition` includes a property named `Expressions` of type `RecordCondition.Types.Expressions` which represents the conditions under which a transformation should be applied."],["The `RecordCondition` class has two constructors: a parameterless constructor and a constructor that takes another `RecordCondition` instance as a parameter, allowing for object copying."]]],[]]