GooglePrivacyDlpV2OtherCloudResourceRegex.fromJson constructor

GooglePrivacyDlpV2OtherCloudResourceRegex.fromJson(
  1. 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,
    );