GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.fromJson constructor

GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.fromJson(
    core.Map json_)
    : this(
        maxValue: json_['maxValue'] as core.String?,
        minValue: json_['minValue'] as core.String?,
        statistic: json_['statistic'] as core.String?,
        strictMaxEnabled: json_['strictMaxEnabled'] as core.bool?,
        strictMinEnabled: json_['strictMinEnabled'] as core.bool?,
      );