GooglePrivacyDlpV2LocationSupport constructor

GooglePrivacyDlpV2LocationSupport({
  1. List<String>? locations,
  2. String? regionalizationScope,
})

Implementation

GooglePrivacyDlpV2LocationSupport({
  this.locations,
  this.regionalizationScope,
});