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-04-09 UTC."],[[["The `InspectDataSourceDetails` class in the `Google.Cloud.Dlp.V2` namespace represents the results of an inspect data source job."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality."],["It provides access to the configuration used for the job via the `RequestedOptions` property and a summary of the inspection outcome through the `Result` property."],["The class also has a constructor that can take another instance of the `InspectDataSourceDetails` class as a parameter to use as a copy."],["This page provides a version history for the `InspectDataSourceDetails` with links to previous versions from 2.15.0 up to the latest 4.16.0."]]],[]]