GooglePrivacyDlpV2CloudStorageResourceReference constructor

GooglePrivacyDlpV2CloudStorageResourceReference({
  1. String? bucketName,
  2. String? projectId,
})

Implementation

GooglePrivacyDlpV2CloudStorageResourceReference({
  this.bucketName,
  this.projectId,
});