GooglePrivacyDlpV2OtherCloudSingleResourceReference.fromJson constructor
GooglePrivacyDlpV2OtherCloudSingleResourceReference.fromJson(
- 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,
);