GoogleCloudDataplexV1DataScan constructor

GoogleCloudDataplexV1DataScan({
  1. String? createTime,
  2. GoogleCloudDataplexV1DataSource? data,
  3. GoogleCloudDataplexV1DataDiscoveryResult? dataDiscoveryResult,
  4. GoogleCloudDataplexV1DataDiscoverySpec? dataDiscoverySpec,
  5. GoogleCloudDataplexV1DataProfileResult? dataProfileResult,
  6. GoogleCloudDataplexV1DataProfileSpec? dataProfileSpec,
  7. GoogleCloudDataplexV1DataQualityResult? dataQualityResult,
  8. GoogleCloudDataplexV1DataQualitySpec? dataQualitySpec,
  9. String? description,
  10. String? displayName,
  11. GoogleCloudDataplexV1DataScanExecutionSpec? executionSpec,
  12. GoogleCloudDataplexV1DataScanExecutionStatus? executionStatus,
  13. Map<String, String>? labels,
  14. String? name,
  15. String? state,
  16. String? type,
  17. String? uid,
  18. String? updateTime,
})

Implementation

GoogleCloudDataplexV1DataScan({
  this.createTime,
  this.data,
  this.dataDiscoveryResult,
  this.dataDiscoverySpec,
  this.dataProfileResult,
  this.dataProfileSpec,
  this.dataQualityResult,
  this.dataQualitySpec,
  this.description,
  this.displayName,
  this.executionSpec,
  this.executionStatus,
  this.labels,
  this.name,
  this.state,
  this.type,
  this.uid,
  this.updateTime,
});