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."],[[["The webpage provides documentation for the `RecordSuppression` class within the `Google.Cloud.Dlp.V2` namespace, which is used to suppress records based on specified conditions."],["The latest available version documented is 4.16.0, and the page provides version history back to version 2.15.0."],["`RecordSuppression` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary functionality of `RecordSuppression` is driven by its `Condition` property of type `RecordCondition`, which dictates when a record should be suppressed."],["The page also lists available constructors for the class, as well as provides the assembly name of the dll that contains it."]]],[]]