public sealed class RunDataScanResponse : IMessage<RunDataScanResponse>, IEquatable<RunDataScanResponse>, IDeepCloneable<RunDataScanResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class RunDataScanResponse.
[[["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-25 UTC."],[[["The `RunDataScanResponse` class is part of the Google Cloud Dataplex v1 API and is used to represent the response from a data scan execution."],["Version 3.6.0 is the latest version of the `RunDataScanResponse` API, while 1.0.0 is the lowest, with other versions in between."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and serialization within the API."],["The class has a `Job` property of type `DataScanJob`, which provides information about the DataScanJob created by a RunDataScan request."],["The namespace for this class is `Google.Cloud.Dataplex.V1`, and is contained within the `Google.Cloud.Dataplex.V1.dll` assembly file."]]],[]]