GooglePrivacyDlpV2OtherCloudResourceRegex.fromJson constructor
GooglePrivacyDlpV2OtherCloudResourceRegex.fromJson(
- Map json_
Implementation
GooglePrivacyDlpV2OtherCloudResourceRegex.fromJson(core.Map json_)
: this(
amazonS3BucketRegex: json_.containsKey('amazonS3BucketRegex')
? GooglePrivacyDlpV2AmazonS3BucketRegex.fromJson(
json_['amazonS3BucketRegex']
as core.Map<core.String, core.dynamic>)
: null,
);