public sealed class InspectDataSourceDetails : IMessage<InspectDataSourceDetails>, IEquatable<InspectDataSourceDetails>, IDeepCloneable<InspectDataSourceDetails>, 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 webpage details the `InspectDataSourceDetails` class, which is part of the `Google.Cloud.Dlp.V2` namespace and is used for managing the results of an inspect DataSource job."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data processing and management."],["The class provides two constructors: a default constructor and a copy constructor, allowing for the creation of new instances and copies from existing ones."],["The `InspectDataSourceDetails` class contains two key properties, `RequestedOptions` and `Result`, which are used to define the job's configuration and outcome respectively."],["Multiple versions of the `InspectDataSourceDetails` class are listed, with version 4.16.0 being the latest and 3.3.0 being the current version context, alongside versions as early as 2.15.0."]]],[]]