GooglePrivacyDlpV2CloudStorageResourceReference.fromJson constructor
GooglePrivacyDlpV2CloudStorageResourceReference.fromJson(
- Map json_
Implementation
GooglePrivacyDlpV2CloudStorageResourceReference.fromJson(core.Map json_)
: this(
bucketName: json_['bucketName'] as core.String?,
projectId: json_['projectId'] as core.String?,
);