GoogleCloudDataplexV1DataQualityRuleRangeExpectation constructor

GoogleCloudDataplexV1DataQualityRuleRangeExpectation({
  1. String? maxValue,
  2. String? minValue,
  3. bool? strictMaxEnabled,
  4. bool? strictMinEnabled,
})

Implementation

GoogleCloudDataplexV1DataQualityRuleRangeExpectation({
  this.maxValue,
  this.minValue,
  this.strictMaxEnabled,
  this.strictMinEnabled,
});