GoogleCloudDataplexV1DataQualityRuleResult constructor
GoogleCloudDataplexV1DataQualityRuleResult({
- String? assertionRowCount,
- List<
GoogleCloudDataplexV1DataQualityRuleResultDebugQueryResultSet> ? debugQueriesResultSets, - String? evaluatedCount,
- String? failingRowsQuery,
- String? nullCount,
- double? passRatio,
- bool? passed,
- String? passedCount,
- GoogleCloudDataplexV1DataQualityRule? rule,
Implementation
GoogleCloudDataplexV1DataQualityRuleResult({
this.assertionRowCount,
this.debugQueriesResultSets,
this.evaluatedCount,
this.failingRowsQuery,
this.nullCount,
this.passRatio,
this.passed,
this.passedCount,
this.rule,
});