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-03-24 UTC."],[[["The latest version of `RecordCondition` is 4.16.0, which is part of the Google.Cloud.Dlp.V2 namespace."],["`RecordCondition` is a class that specifies the conditions under which a transformation should be applied to a field, with several versions available, ranging from 2.15.0 to 4.16.0."],["The `RecordCondition` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`RecordCondition` has two constructors, one default constructor and one that takes another `RecordCondition` object as a parameter, and has one `Expression` property."],["The class inherits from the `Object` class, inheriting members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]