GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElementEntryLinkSource constructor

GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElementEntryLinkSource({
  1. String? entryLink,
  2. String? entryLinkType,
})

Implementation

GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElementEntryLinkSource({
  this.entryLink,
  this.entryLinkType,
});