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-21 UTC."],[[["This page provides reference documentation 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 current page focuses on version 3.3.0 of the `RunDataScanResponse` class, with links to older versions."],["`RunDataScanResponse` is a class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `RunDataScanResponse` class, inherited from the base object class, includes a public property called `Job` of type `DataScanJob` to provide the details of the data scan job."],["This document presents two constructors, one default constructor `RunDataScanResponse()` and another `RunDataScanResponse(RunDataScanResponse other)` which accepts an instance of itself as an argument."]]],[]]