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."],[[["The latest version available is 4.16.0, with a range of previous versions available down to 2.15.0 for the Google.Cloud.Dlp.V2.InspectDataSourceDetails.Types.RequestedOptions."],["The class `RequestedOptions` within the `Google.Cloud.Dlp.V2` namespace serves as a snapshot of the inspection configuration, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`RequestedOptions` class, part of the Google.Cloud.Dlp.V2 assembly, has two constructors: a default constructor and one that takes another `InspectDataSourceDetails.Types.RequestedOptions` instance, which is used for creating a copy of the configuration."],["Key properties of the `RequestedOptions` class include `JobConfig` of type `InspectJobConfig`, representing the inspection job's configuration, and `SnapshotInspectTemplate` of type `InspectTemplate`, capturing the state of an `InspectTemplate` at the time of execution."]]],[]]