GoogleCloudDataplexV1DataQualityDimensionResult constructor

GoogleCloudDataplexV1DataQualityDimensionResult({
  1. GoogleCloudDataplexV1DataQualityDimension? dimension,
  2. bool? passed,
  3. double? score,
})

Implementation

GoogleCloudDataplexV1DataQualityDimensionResult({
  this.dimension,
  this.passed,
  this.score,
});