GooglePrivacyDlpV2MetadataKeyValueExpression.fromJson constructor

GooglePrivacyDlpV2MetadataKeyValueExpression.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2MetadataKeyValueExpression.fromJson(core.Map json_)
  : this(
      keyRegex: json_['keyRegex'] as core.String?,
      valueRegex: json_['valueRegex'] as core.String?,
    );