GoogleCloudDataplexV1DataQualityRuleTemplate constructor
GoogleCloudDataplexV1DataQualityRuleTemplate({
- List<
String> ? capabilities, - String? dimension,
- Map<
String, GoogleCloudDataplexV1DataQualityRuleTemplateParameterDescription> ? inputParameters, - String? name,
- List<
GoogleCloudDataplexV1DataQualityRuleTemplateSql> ? sqlCollection,
Implementation
GoogleCloudDataplexV1DataQualityRuleTemplate({
this.capabilities,
this.dimension,
this.inputParameters,
this.name,
this.sqlCollection,
});