GoogleCloudDataplexV1DataQualityRuleDebugQuery constructor

GoogleCloudDataplexV1DataQualityRuleDebugQuery({
  1. String? description,
  2. String? sqlStatement,
})

Implementation

GoogleCloudDataplexV1DataQualityRuleDebugQuery({
  this.description,
  this.sqlStatement,
});