public sealed class RiskAnalysisJobConfig : IMessage<RiskAnalysisJobConfig>, IEquatable<RiskAnalysisJobConfig>, IDeepCloneable<RiskAnalysisJobConfig>, 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-04-09 UTC."],[[["This webpage details the `RiskAnalysisJobConfig` class within the `Google.Cloud.Dlp.V2` namespace, used for configuring risk analysis jobs in Google Cloud DLP."],["The latest version available for this class is 4.16.0, with numerous previous versions listed, such as 4.15.0 all the way down to 2.15.0."],["The `RiskAnalysisJobConfig` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `Object` class."],["Key properties of the `RiskAnalysisJobConfig` include `Actions` (a list of actions to be performed), `PrivacyMetric` (the metric to be used), and `SourceTable` (the input dataset)."],["There are two constructors available for `RiskAnalysisJobConfig`: one default constructor, and another that accepts another `RiskAnalysisJobConfig` instance as a parameter for copying."]]],[]]