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