public sealed class RunDataScanResponse : IMessage<RunDataScanResponse>, IEquatable<RunDataScanResponse>, IDeepCloneable<RunDataScanResponse>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class RunDataScanResponse.
Run DataScan Response.
Implements
IMessageRunDataScanResponse, IEquatableRunDataScanResponse, IDeepCloneableRunDataScanResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
RunDataScanResponse()
public RunDataScanResponse()RunDataScanResponse(RunDataScanResponse)
public RunDataScanResponse(RunDataScanResponse other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        RunDataScanResponse | 
      
Properties
Job
public DataScanJob Job { get; set; }DataScanJob created by RunDataScan request.
| Property Value | |
|---|---|
| Type | Description | 
DataScanJob | 
        |