GoogleCloudDataplexV1DataQualityRuleResultDebugQueryResult constructor

GoogleCloudDataplexV1DataQualityRuleResultDebugQueryResult({
  1. String? name,
  2. String? type,
  3. String? value,
})

Implementation

GoogleCloudDataplexV1DataQualityRuleResultDebugQueryResult({
  this.name,
  this.type,
  this.value,
});