Cloud Dataplex v1 API - Class RunDataScanResponse (2.4.0)

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.

Run DataScan Response.

Inheritance

object > RunDataScanResponse

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

RunDataScanResponse()

public RunDataScanResponse()

RunDataScanResponse(RunDataScanResponse)

public RunDataScanResponse(RunDataScanResponse other)
Parameter
NameDescription
otherRunDataScanResponse

Properties

Job

public DataScanJob Job { get; set; }

DataScanJob created by RunDataScan request.

Property Value
TypeDescription
DataScanJob