GoogleCloudDataplexV1DataQualityRuleResult constructor

GoogleCloudDataplexV1DataQualityRuleResult({
  1. String? evaluatedCount,
  2. String? failingRowsQuery,
  3. String? nullCount,
  4. double? passRatio,
  5. bool? passed,
  6. String? passedCount,
  7. GoogleCloudDataplexV1DataQualityRule? rule,
})

Implementation

GoogleCloudDataplexV1DataQualityRuleResult({
  this.evaluatedCount,
  this.failingRowsQuery,
  this.nullCount,
  this.passRatio,
  this.passed,
  this.passedCount,
  this.rule,
});