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."],[[["The `InspectDataSourceDetails` class in the `Google.Cloud.Dlp.V2` namespace provides details about the results of a data source inspection job."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It is available in various versions, from 2.15.0 to the latest 4.16.0, as well as version 3.5.0 which corresponds to this specific page's documentation."],["The class includes two constructors: a default constructor and one that accepts another `InspectDataSourceDetails` instance for initialization, as well as `RequestedOptions` and `Result` properties."],["The `InspectDataSourceDetails` class is part of the `Google.Cloud.Dlp.V2.dll` assembly, representing the results of an inspection performed on a data source."]]],[]]