GoogleCloudDataplexV1DataScan constructor

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

Implementation

GoogleCloudDataplexV1DataScan({
  this.createTime,
  this.data,
  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,
});