GooglePrivacyDlpV2AwsAccountRegex.fromJson constructor

GooglePrivacyDlpV2AwsAccountRegex.fromJson(
  1. Map json_
)

Implementation

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