GooglePrivacyDlpV2InfoTypeCategory constructor

GooglePrivacyDlpV2InfoTypeCategory({
  1. String? industryCategory,
  2. String? locationCategory,
  3. String? typeCategory,
})

Implementation

GooglePrivacyDlpV2InfoTypeCategory({
  this.industryCategory,
  this.locationCategory,
  this.typeCategory,
});