GoogleCloudDataplexV1DataQualityRuleTemplate constructor

GoogleCloudDataplexV1DataQualityRuleTemplate({
  1. List<String>? capabilities,
  2. String? dimension,
  3. Map<String, GoogleCloudDataplexV1DataQualityRuleTemplateParameterDescription>? inputParameters,
  4. String? name,
  5. List<GoogleCloudDataplexV1DataQualityRuleTemplateSql>? sqlCollection,
})

Implementation

GoogleCloudDataplexV1DataQualityRuleTemplate({
  this.capabilities,
  this.dimension,
  this.inputParameters,
  this.name,
  this.sqlCollection,
});