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