GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElementEntrySource.fromJson constructor

GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElementEntrySource.fromJson(
  1. Map json_
)

Implementation

GoogleCloudDataplexV1DataQualityRuleRuleSourceRulePathElementEntrySource.fromJson(
  core.Map json_,
) : this(
      displayName: json_['displayName'] as core.String?,
      entry: json_['entry'] as core.String?,
      entryType: json_['entryType'] as core.String?,
    );