GooglePrivacyDlpV2OtherCloudSingleResourceReference.fromJson constructor

GooglePrivacyDlpV2OtherCloudSingleResourceReference.fromJson(
  1. Map json_
)

Implementation

GooglePrivacyDlpV2OtherCloudSingleResourceReference.fromJson(core.Map json_)
  : this(
      amazonS3Bucket:
          json_.containsKey('amazonS3Bucket')
              ? GooglePrivacyDlpV2AmazonS3Bucket.fromJson(
                json_['amazonS3Bucket']
                    as core.Map<core.String, core.dynamic>,
              )
              : null,
    );