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 page details the `RecordSuppression` class within the `Google.Cloud.Dlp.V2` namespace, used for suppressing records based on specific conditions."],["The latest version of the `Google.Cloud.Dlp.V2` package available is 4.16.0, with a list of versions going back to 2.15.0 available."],["The `RecordSuppression` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used in various contexts."],["The class has a constructor for creating new instances and another for creating a copy of another `RecordSuppression` instance."],["The `RecordSuppression` class includes a `Condition` property, of type `RecordCondition`, which determines if the condition is true to suppress a record."]]],[]]