GoogleCloudDataplexV1DataScanExecutionStatus constructor

GoogleCloudDataplexV1DataScanExecutionStatus({
  1. String? latestJobCreateTime,
  2. String? latestJobEndTime,
  3. String? latestJobStartTime,
})

Implementation

GoogleCloudDataplexV1DataScanExecutionStatus({
  this.latestJobCreateTime,
  this.latestJobEndTime,
  this.latestJobStartTime,
});