GoogleCloudDataplexV1GenerateDataQualityRulesResponse constructor

GoogleCloudDataplexV1GenerateDataQualityRulesResponse({
  1. List<GoogleCloudDataplexV1DataQualityRule>? rule,
})

Implementation

GoogleCloudDataplexV1GenerateDataQualityRulesResponse({
  this.rule,
});