GoogleCloudDataplexV1DataQualityColumnResult constructor

GoogleCloudDataplexV1DataQualityColumnResult({
  1. String? column,
  2. List<GoogleCloudDataplexV1DataQualityDimensionResult>? dimensions,
  3. bool? passed,
  4. double? score,
})

Implementation

GoogleCloudDataplexV1DataQualityColumnResult({
  this.column,
  this.dimensions,
  this.passed,
  this.score,
});