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 webpage details the `RecordCondition` class within the `Google.Cloud.Dlp.V2` namespace, outlining its role in determining when a field transformation should occur."],["The latest version of the `RecordCondition` class is 4.16.0, with versions ranging from 2.15.0 to 4.16.0 documented."],["The `RecordCondition` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property called `Expressions` that represents an expression of type `RecordCondition.Types.Expressions`."],["The `RecordCondition` class can be constructed with or without a parameter of type `RecordCondition`."]]],[]]