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 details the `RecordSuppression` class within the `Google.Cloud.Dlp.V2` namespace, used for suppressing records based on specific conditions."],["The latest version available is 4.16.0, with a range of previous versions from 4.15.0 down to 2.15.0 also accessible."],["`RecordSuppression` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and advanced functionality."],["The class contains a `Condition` property of type `RecordCondition`, which defines the criteria for record suppression within the transformed content."],["There is a contructor to build a new RecordSuppression, and another constructor to copy an existing one."]]],[]]