public sealed class Conditions : IMessage<RecordCondition.Types.Conditions>, IEquatable<RecordCondition.Types.Conditions>, IDeepCloneable<RecordCondition.Types.Conditions>, IBufferMessage, IMessage
[[["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-06-10 UTC."],[[["The page details the `Conditions` class within the `Google.Cloud.Dlp.V2` namespace, specifically in version 3.5.0, which is a collection of conditions used in record condition evaluations."],["Version 4.16.0 is the latest available version, and the page provides access to various previous versions ranging from 2.15.0 up to 4.16.0 of this feature."],["The `Conditions` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from `Object`."],["The `Conditions` class has a property named `Conditions_` that returns a `RepeatedField` of `RecordCondition.Types.Condition`, which contains the list of conditions."],["The class has two constructors: one default constructor, and one constructor that accepts another `RecordCondition.Types.Conditions` object."]]],[]]