GooglePrivacyDlpV2MetadataLocation constructor

GooglePrivacyDlpV2MetadataLocation({
  1. GooglePrivacyDlpV2StorageMetadataLabel? storageLabel,
  2. String? type,
})

Implementation

GooglePrivacyDlpV2MetadataLocation({
  this.storageLabel,
  this.type,
});