GoogleCloudDataplexV1DataQualityRule constructor
GoogleCloudDataplexV1DataQualityRule({
- Map<
String, String> ? attributes, - String? column,
- List<
GoogleCloudDataplexV1DataQualityRuleDebugQuery> ? debugQueries, - String? description,
- String? dimension,
- bool? ignoreNull,
- String? name,
- GoogleCloudDataplexV1DataQualityRuleNonNullExpectation? nonNullExpectation,
- GoogleCloudDataplexV1DataQualityRuleRangeExpectation? rangeExpectation,
- GoogleCloudDataplexV1DataQualityRuleRegexExpectation? regexExpectation,
- GoogleCloudDataplexV1DataQualityRuleRowConditionExpectation? rowConditionExpectation,
- GoogleCloudDataplexV1DataQualityRuleRuleSource? ruleSource,
- GoogleCloudDataplexV1DataQualityRuleSetExpectation? setExpectation,
- GoogleCloudDataplexV1DataQualityRuleSqlAssertion? sqlAssertion,
- GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation? statisticRangeExpectation,
- bool? suspended,
- GoogleCloudDataplexV1DataQualityRuleTableConditionExpectation? tableConditionExpectation,
- GoogleCloudDataplexV1DataQualityRuleTemplateReference? templateReference,
- double? threshold,
- GoogleCloudDataplexV1DataQualityRuleUniquenessExpectation? uniquenessExpectation,
Implementation
GoogleCloudDataplexV1DataQualityRule({
this.attributes,
this.column,
this.debugQueries,
this.description,
this.dimension,
this.ignoreNull,
this.name,
this.nonNullExpectation,
this.rangeExpectation,
this.regexExpectation,
this.rowConditionExpectation,
this.ruleSource,
this.setExpectation,
this.sqlAssertion,
this.statisticRangeExpectation,
this.suspended,
this.tableConditionExpectation,
this.templateReference,
this.threshold,
this.uniquenessExpectation,
});