GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation constructor

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

Implementation

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