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."],[[["This page provides reference documentation for the `RunDataScanResponse` class within the Google Cloud Dataplex v1 API, specifically for .NET."],["The latest version of the API documented is 3.6.0, and this page is currently showing the 3.5.0 version, with previous versions listed down to 1.0.0."],["The `RunDataScanResponse` class is used to encapsulate the response to a `RunDataScan` request, which includes a `DataScanJob` property."],["`RunDataScanResponse` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like object equality comparison and deep cloning."],["The documented members of `RunDataScanResponse` include a default constructor, a copy constructor, and the `Job` property, which is of the type `DataScanJob`."]]],[]]