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-03-24 UTC."],[[["This webpage provides documentation for the `RecordSuppression` class within the `Google.Cloud.Dlp.V2` namespace, detailing its functionality for suppressing records based on specified conditions."],["The latest documented version available is 4.16.0, and the page covers versions dating back to 2.15.0, with the current page focusing on version 3.2.0."],["`RecordSuppression` inherits from the base `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RecordSuppression` class has two constructors, one default and another that accepts a `RecordSuppression` object as a parameter, allowing for object copying."],["A key property of `RecordSuppression` is the `Condition` property, of type `RecordCondition`, which defines the criteria for determining if a record should be suppressed."]]],[]]