GoogleCloudDataplexV1DataScanJob constructor
GoogleCloudDataplexV1DataScanJob({
- GoogleCloudDataplexV1DataProfileResult? dataProfileResult,
- GoogleCloudDataplexV1DataProfileSpec? dataProfileSpec,
- GoogleCloudDataplexV1DataQualityResult? dataQualityResult,
- GoogleCloudDataplexV1DataQualitySpec? dataQualitySpec,
- String? endTime,
- String? message,
- String? name,
- String? startTime,
- String? state,
- String? type,
- String? uid,
Implementation
GoogleCloudDataplexV1DataScanJob({
this.dataProfileResult,
this.dataProfileSpec,
this.dataQualityResult,
this.dataQualitySpec,
this.endTime,
this.message,
this.name,
this.startTime,
this.state,
this.type,
this.uid,
});