public sealed class RequestedOptions : IMessage<InspectDataSourceDetails.Types.RequestedOptions>, IEquatable<InspectDataSourceDetails.Types.RequestedOptions>, IDeepCloneable<InspectDataSourceDetails.Types.RequestedOptions>, 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-03-24 UTC."],[[["This page provides documentation for the `RequestedOptions` class within the `Google.Cloud.Dlp.V2` namespace, specifically for version 4.1.0 and up to the latest version, 4.16.0, along with older versions all the way down to version 2.15.0."],["The `RequestedOptions` class is part of the `InspectDataSourceDetails.Types` and serves as a snapshot of the inspection configuration, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `JobConfig` of type `InspectJobConfig` and `SnapshotInspectTemplate` of type `InspectTemplate`, which are respectively used to store the inspect config and the snapshot of an inspect template used at the time of the run."],["This documentation details the constructors of the `RequestedOptions` class, including a default constructor and one that accepts another `InspectDataSourceDetails.Types.RequestedOptions` object as a parameter."],["The page includes information on the inheritance and implemented members of the `RequestedOptions` class, such as `Object.GetHashCode()`, `Object.GetType()`, and `Object.ToString()`."]]],[]]