GoogleCloudDataplexV1DataQualityRule constructor

Implementation

GoogleCloudDataplexV1DataQualityRule({
  this.column,
  this.description,
  this.dimension,
  this.ignoreNull,
  this.name,
  this.nonNullExpectation,
  this.rangeExpectation,
  this.regexExpectation,
  this.rowConditionExpectation,
  this.setExpectation,
  this.statisticRangeExpectation,
  this.tableConditionExpectation,
  this.threshold,
  this.uniquenessExpectation,
});