GoogleCloudDataplexV1DataQualityRuleResult constructor

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

Implementation

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