GoogleCloudDataplexV1DataQualityRuleTemplateReference constructor
GoogleCloudDataplexV1DataQualityRuleTemplateReference({
- String? name,
- String? resolvedSql,
- GoogleCloudDataplexV1DataQualityRuleTemplate? ruleTemplate,
- Map<
String, GoogleCloudDataplexV1DataQualityRuleTemplateReferenceParameterValue> ? values,
Implementation
GoogleCloudDataplexV1DataQualityRuleTemplateReference({
this.name,
this.resolvedSql,
this.ruleTemplate,
this.values,
});