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 document provides reference information for the `RunDataScanResponse` class within the Google Cloud Dataplex v1 API, specifically for .NET development."],["The latest version available is 3.6.0, and the content lists all versions from 3.6.0 down to 1.0.0 of `RunDataScanResponse`, with links to each version's documentation."],["The `RunDataScanResponse` class represents a response to a request to run a DataScan, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a `Job` property of type `DataScanJob`, representing the DataScanJob created in response to a `RunDataScan` request."],["The documentation lists the constructors and properties available for the `RunDataScanResponse` class, including the details of the parameters and their types."]]],[]]