GoogleCloudDataplexV1DataScan constructor
GoogleCloudDataplexV1DataScan({
- String? createTime,
- GoogleCloudDataplexV1DataSource? data,
- GoogleCloudDataplexV1DataProfileResult? dataProfileResult,
- GoogleCloudDataplexV1DataProfileSpec? dataProfileSpec,
- GoogleCloudDataplexV1DataQualityResult? dataQualityResult,
- GoogleCloudDataplexV1DataQualitySpec? dataQualitySpec,
- String? description,
- String? displayName,
- GoogleCloudDataplexV1DataScanExecutionSpec? executionSpec,
- GoogleCloudDataplexV1DataScanExecutionStatus? executionStatus,
- Map<
String, String> ? labels, - String? name,
- String? state,
- String? type,
- String? uid,
- 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,
});