GoogleCloudDataplexV1DataScanExecutionStatus constructor

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

Implementation

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