public sealed class RecordSuppression : IMessage<RecordSuppression>, IEquatable<RecordSuppression>, IDeepCloneable<RecordSuppression>, IBufferMessage, IMessage
Configuration to suppress records whose suppression conditions evaluate to
true.
[[["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 `RecordSuppression` class within the `Google.Cloud.Dlp.V2` namespace, used for configuring the suppression of records based on certain conditions."],["The `RecordSuppression` class is implemented across multiple versions, ranging from 2.15.0 to the latest 4.16.0, with links provided for each version's documentation."],["The class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and deep cloning."],["`RecordSuppression` has a constructor that allows either a blank initialization, or an initializiation with the parameter `other`, which is another `RecordSuppression`."],["The main property of `RecordSuppression` is the `Condition` property, of type `RecordCondition`, that is the mechanism behind the record suppression."]]],[]]