public sealed class InspectionRuleSet : IMessage<InspectionRuleSet>, IEquatable<InspectionRuleSet>, IDeepCloneable<InspectionRuleSet>, IBufferMessage, IMessage
Rule set for modifying a set of infoTypes to alter behavior under certain
circumstances, depending on the specific details of the rules within the set.
[[["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."],[[["The `InspectionRuleSet` class is used for modifying a set of infoTypes to alter behavior under certain circumstances, based on the rules defined within the set."],["This class, `InspectionRuleSet`, is a part of the `Google.Cloud.Dlp.V2` namespace within the `Google.Cloud.Dlp.V2.dll` assembly and can be used with various versions ranging from 2.15.0 to 4.16.0, with 4.16.0 being the latest version."],["`InspectionRuleSet` implements multiple interfaces, including `IMessage\u003cInspectionRuleSet\u003e`, `IEquatable\u003cInspectionRuleSet\u003e`, `IDeepCloneable\u003cInspectionRuleSet\u003e`, `IBufferMessage`, and `IMessage`."],["It includes two properties: `InfoTypes`, which lists the infoTypes the rule set applies to, and `Rules`, which specifies the set of rules applied to those infoTypes, where rules are applied sequentially."],["The class has two constructors one to create an empty instance and one to create a copy from another `InspectionRuleSet`."]]],[]]