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 Data Loss Prevention (DLP) library, specifically within the `Google.Cloud.Dlp.V2` namespace."],["The `InspectDataSourceDetails` class represents the results of a data source inspection job and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage provides a comprehensive version history of the `InspectDataSourceDetails` class, ranging from version 2.15.0 to the latest version 4.16.0."],["The class includes two constructors: a default constructor and a copy constructor that accepts another `InspectDataSourceDetails` object as a parameter."],["`InspectDataSourceDetails` contains two properties, `RequestedOptions` and `Result`, which detail the job configuration and the outcome of the inspection, respectively, within their respective type classes."]]],[]]