GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElementEntryLinkSource.fromJson constructor

GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElementEntryLinkSource.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElementEntryLinkSource.fromJson(
  core.Map json_,
) : this(
      entryLink: json_['entryLink'] as core.String?,
      entryLinkType: json_['entryLinkType'] as core.String?,
    );