GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElementEntrySource constructor

GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElementEntrySource({
  1. String? displayName,
  2. String? entry,
  3. String? entryType,
})

Implementation

GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElementEntrySource({
  this.displayName,
  this.entry,
  this.entryType,
});