GoogleCloudDataplexV1DataQualityRuleResult constructor

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

Implementation

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