GoogleCloudDataplexV1DataScanJob constructor

GoogleCloudDataplexV1DataScanJob({
  1. GoogleCloudDataplexV1DataProfileResult? dataProfileResult,
  2. GoogleCloudDataplexV1DataProfileSpec? dataProfileSpec,
  3. GoogleCloudDataplexV1DataQualityResult? dataQualityResult,
  4. GoogleCloudDataplexV1DataQualitySpec? dataQualitySpec,
  5. String? endTime,
  6. String? message,
  7. String? name,
  8. String? startTime,
  9. String? state,
  10. String? type,
  11. String? uid,
})

Implementation

GoogleCloudDataplexV1DataScanJob({
  this.dataProfileResult,
  this.dataProfileSpec,
  this.dataQualityResult,
  this.dataQualitySpec,
  this.endTime,
  this.message,
  this.name,
  this.startTime,
  this.state,
  this.type,
  this.uid,
});