GoogleCloudDataplexV1DataQualityRuleRegexExpectation constructor

GoogleCloudDataplexV1DataQualityRuleRegexExpectation({
  1. String? regex,
})

Implementation

GoogleCloudDataplexV1DataQualityRuleRegexExpectation({
  this.regex,
});