GoogleCloudDataplexV1DataQualityRuleRegexExpectation.fromJson constructor
GoogleCloudDataplexV1DataQualityRuleRegexExpectation.fromJson(
- Map json_
Implementation
GoogleCloudDataplexV1DataQualityRuleRegexExpectation.fromJson(core.Map json_)
: this(
regex: json_['regex'] as core.String?,
);