GoogleCloudDataplexV1DataQualityDimensionResult constructor
GoogleCloudDataplexV1DataQualityDimensionResult({
- GoogleCloudDataplexV1DataQualityDimension? dimension,
- bool? passed,
- double? score,
Implementation
GoogleCloudDataplexV1DataQualityDimensionResult({
this.dimension,
this.passed,
this.score,
});