GoogleCloudDataplexV1DataQualityRuleTemplateReference constructor

GoogleCloudDataplexV1DataQualityRuleTemplateReference({
  1. String? name,
  2. String? resolvedSql,
  3. GoogleCloudDataplexV1DataQualityRuleTemplate? ruleTemplate,
  4. Map<String, GoogleCloudDataplexV1DataQualityRuleTemplateReferenceParameterValue>? values,
})

Implementation

GoogleCloudDataplexV1DataQualityRuleTemplateReference({
  this.name,
  this.resolvedSql,
  this.ruleTemplate,
  this.values,
});