GoogleCloudDataplexV1DataQualityRuleRegexExpectation.fromJson constructor

GoogleCloudDataplexV1DataQualityRuleRegexExpectation.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1DataQualityRuleRegexExpectation.fromJson(core.Map json_)
    : this(
        regex:
            json_.containsKey('regex') ? json_['regex'] as core.String : null,
      );