GoogleCloudDataplexV1DataScanJob constructor

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

Implementation

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