GooglePrivacyDlpV2MetadataLocation constructor

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

Implementation

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