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 Data Loss Prevention (DLP) .NET library, specifically for version 3.3.0, used to configure risk analysis jobs."],["The `RiskAnalysisJobConfig` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are standard for Google's protocol buffer library."],["The class provides constructors to create new instances, either default or by cloning an existing `RiskAnalysisJobConfig` object."],["Key properties include `Actions`, which are a list of actions to take upon job completion, `PrivacyMetric` for the type of privacy metric to calculate, and `SourceTable` to define the input data from BigQuery."],["The page lists multiple versions of the library from 2.15.0 up to 4.16.0, with links to each version's documentation for `RiskAnalysisJobConfig`."]]],[]]