GoogleCloudDataplexV1DataQualityRuleRangeExpectation.fromJson constructor

GoogleCloudDataplexV1DataQualityRuleRangeExpectation.fromJson(
  1. Map json_
)

Implementation

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