GoogleCloudDataplexV1DataScan constructor

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

Implementation

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